diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-12-06 23:32:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-12-06 23:32:17 +0900 |
commit | 92f50127401bef9b42e1c06112b949838e7ac6f3 (patch) | |
tree | 448f7f7b0418912b08e19d0dd08a9acaf53136f7 /twin-styles/icewm | |
parent | 85ce4a0b804e1ee1e5fd0f138df2d03d64dc5e3b (diff) | |
download | tdeartwork-92f50127401bef9b42e1c06112b949838e7ac6f3.tar.gz tdeartwork-92f50127401bef9b42e1c06112b949838e7ac6f3.zip |
Fixes bug 1020.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin-styles/icewm')
-rw-r--r-- | twin-styles/icewm/config/config.cpp | 1 |
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. ") ); |