From f1c800025cf759ca0d6257a42f548216d217b16b Mon Sep 17 00:00:00 2001 From: harlekin Date: Sat, 23 Feb 2002 22:47:25 +0000 Subject: make the two bottom menus the same height (the buttons) --- (limited to 'core/launcher/launcherview.cpp') 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 @@ -456,10 +456,12 @@ void LauncherView::setToolsEnabled(bool y) // Type filter typemb = new MenuButton(tools); typemb->setLabel(tr("Type: %1")); - + typemb->setFixedHeight ( 20 ); + // Category filter catmb = new CategorySelect(tools); - + catmb->setFixedHeight ( 20 ); + updateTools(); tools->show(); } else { -- cgit v0.9.0.2