-rw-r--r-- | core/launcher/launcherview.cpp | 2 |
1 files changed, 2 insertions, 0 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,2 +458,3 @@ void LauncherView::setToolsEnabled(bool y) typemb->setLabel(tr("Type: %1")); + typemb->setFixedHeight ( 20 ); @@ -461,2 +462,3 @@ void LauncherView::setToolsEnabled(bool y) catmb = new CategorySelect(tools); + catmb->setFixedHeight ( 20 ); |