From 92f50127401bef9b42e1c06112b949838e7ac6f3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Dec 2018 23:32:17 +0900 Subject: Fixes bug 1020. Signed-off-by: Michele Calgaro --- twin-styles/icewm/config/config.cpp | 1 + 1 file changed, 1 insertion(+) 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. ") ); -- cgit v1.2.1