Fix for bug 1020 without added theme. #3

Merged
MicheleC merged 1 commits from bug-1020 into master 5 years ago

@ -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. ") );

Loading…
Cancel
Save