-rw-r--r-- | core/launcher/launcherview.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp index 0df949e..764f088 100644 --- a/core/launcher/launcherview.cpp +++ b/core/launcher/launcherview.cpp | |||
@@ -458,6 +458,8 @@ void LauncherView::setToolsEnabled(bool y) | |||
458 | typemb->setLabel(tr("Type: %1")); | 458 | typemb->setLabel(tr("Type: %1")); |
459 | 459 | typemb->setFixedHeight ( 20 ); | |
460 | |||
460 | // Category filter | 461 | // Category filter |
461 | catmb = new CategorySelect(tools); | 462 | catmb = new CategorySelect(tools); |
462 | 463 | catmb->setFixedHeight ( 20 ); | |
464 | |||
463 | updateTools(); | 465 | updateTools(); |