summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-12-06 23:32:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-12-06 23:32:17 +0900
commit92f50127401bef9b42e1c06112b949838e7ac6f3 (patch)
tree448f7f7b0418912b08e19d0dd08a9acaf53136f7
parent85ce4a0b804e1ee1e5fd0f138df2d03d64dc5e3b (diff)
downloadtdeartwork-92f50127401bef9b42e1c06112b949838e7ac6f3.tar.gz
tdeartwork-92f50127401bef9b42e1c06112b949838e7ac6f3.zip
Fixes bug 1020.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--twin-styles/icewm/config/config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/twin-styles/icewm/config/config.cpp b/twin-styles/icewm/config/config.cpp
index 21cd1ea5..2e36fbfa 100644
--- a/twin-styles/icewm/config/config.cpp
+++ b/twin-styles/icewm/config/config.cpp
@@ -65,6 +65,7 @@ IceWMConfig::IceWMConfig( TDEConfig* conf, TQWidget* parent )
mainWidget->setSpacing( KDialog::spacingHint() );
themeListBox = new TQListBox( mainWidget );
+ themeListBox->setMinimumHeight( 150 );
TQWhatsThis::add( themeListBox,
i18n("Make your IceWM selection by clicking on a theme here. ") );