aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-03-15 22:38:09 +0000
committerGravatar Fabio Bas2010-03-15 22:38:09 +0000
commite6e23c5b0d7a80124df3aa16ad4e9a17e3ec7973 (patch)
tree4019b4ebf1ce71c502c210c0c2a97a0185a4bd96 /src/modules
parentfixed server's autojoin channel list not prepending # to channel name when ne... (diff)
downloadKVIrc-e6e23c5b0d7a80124df3aa16ad4e9a17e3ec7973.tar.gz
KVIrc-e6e23c5b0d7a80124df3aa16ad4e9a17e3ec7973.tar.bz2
KVIrc-e6e23c5b0d7a80124df3aa16ad4e9a17e3ec7973.zip
fixed missing wordwrap in theme export wizard
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4137 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/theme/packthemedialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/theme/packthemedialog.cpp b/src/modules/theme/packthemedialog.cpp
index 6830f89f4..d9d1777ef 100644
--- a/src/modules/theme/packthemedialog.cpp
+++ b/src/modules/theme/packthemedialog.cpp
@@ -265,6 +265,7 @@ KviPackThemeDialog::KviPackThemeDialog(QWidget * pParent,KviPointerList<KviTheme
pLabel = new QLabel(pPage);
pLabel->setText(__tr2qs_ctx("Here you can choose the image that will appear in the installation dialog for your theme package. It can be an icon, a logo or a screenshot and it should be not larger than 300x225. If you don't provide an image a simple default icon will be used at installation stage.","theme"));
pLabel->setTextFormat(Qt::RichText);
+ pLabel->setWordWrap(true);
pLayout->addWidget(pLabel,0,0);
m_pImageLabel = new QLabel(pPage);