aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/savethemedialog.cpp
diff options
context:
space:
mode:
authorGravatar Noldor2008-05-04 16:24:52 +0000
committerGravatar Noldor2008-05-04 16:24:52 +0000
commitfc5eedc836c7b95f7fcd7acde8064ec85970f62b (patch)
tree2ac5f319d74c9ac5724bafff8d2dcee86fe29e3f /src/modules/theme/savethemedialog.cpp
parentmore theme dialog QT4 port (wip) (diff)
downloadKVIrc-fc5eedc836c7b95f7fcd7acde8064ec85970f62b.tar.gz
KVIrc-fc5eedc836c7b95f7fcd7acde8064ec85970f62b.tar.bz2
KVIrc-fc5eedc836c7b95f7fcd7acde8064ec85970f62b.zip
more theme dialog QT4 port (wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1668 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/savethemedialog.cpp')
-rw-r--r--src/modules/theme/savethemedialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/theme/savethemedialog.cpp b/src/modules/theme/savethemedialog.cpp
index 37a70f652..8831cf76f 100644
--- a/src/modules/theme/savethemedialog.cpp
+++ b/src/modules/theme/savethemedialog.cpp
@@ -147,6 +147,7 @@ KviSaveThemeDialog::KviSaveThemeDialog(QWidget * pParent)
pLabel = new QLabel(pPage);
pLabel->setText(__tr2qs_ctx("Here you can either choose a screenshot image from disk or make one now. The screenshot will be displayed in the tooltips of the theme management dialog and will be also visible in the package installation dialog if you will export the theme to a distributable package.","theme"));
+ pLabel->setWordWrap(true);
pLabel->setTextFormat(Qt::RichText);
pLayout->addWidget(pLabel,0,0);