summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/launcherview.cpp2
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)
458 typemb->setLabel(tr("Type: %1")); 458 typemb->setLabel(tr("Type: %1"));
459 typemb->setFixedHeight ( 20 );
459 460
@@ -461,2 +462,3 @@ void LauncherView::setToolsEnabled(bool y)
461 catmb = new CategorySelect(tools); 462 catmb = new CategorySelect(tools);
463 catmb->setFixedHeight ( 20 );
462 464