diff options
| author | 2015-10-03 00:39:31 +0200 | |
|---|---|---|
| committer | 2015-10-03 00:39:31 +0200 | |
| commit | ada0c9c17e98695540606780866a51fbfda7e060 (patch) | |
| tree | 33e5cac340da8d7d7ca4d49ba44a76778990577e /src/modules/theme/ThemeManagementDialog.cpp | |
| parent | Merge pull request #1644 from wodim/tal (diff) | |
| download | KVIrc-ada0c9c17e98695540606780866a51fbfda7e060.tar.gz KVIrc-ada0c9c17e98695540606780866a51fbfda7e060.tar.bz2 KVIrc-ada0c9c17e98695540606780866a51fbfda7e060.zip | |
Fix (some of) the KviTalListWidget problems related to item resize
Diffstat (limited to 'src/modules/theme/ThemeManagementDialog.cpp')
| -rw-r--r-- | src/modules/theme/ThemeManagementDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/theme/ThemeManagementDialog.cpp b/src/modules/theme/ThemeManagementDialog.cpp index a06b47f7b..8d19b7b86 100644 --- a/src/modules/theme/ThemeManagementDialog.cpp +++ b/src/modules/theme/ThemeManagementDialog.cpp @@ -182,6 +182,7 @@ ThemeManagementDialog::ThemeManagementDialog(QWidget * parent) m_pListWidget->setContextMenuPolicy(Qt::CustomContextMenu); m_pItemDelegate = new KviTalIconAndRichTextItemDelegate(m_pListWidget); m_pItemDelegate->setDefaultIcon(g_pIconManager->getBigIcon(QString(KVI_BIGICON_THEME))); + m_pItemDelegate->setMinimumSize(QSize(300,60)); m_pListWidget->setItemDelegate(m_pItemDelegate); m_pListWidget->setMinimumHeight(400); m_pListWidget->setMinimumWidth(420); |
