From kde-commits Mon May 11 17:23:38 2009 From: Lukas Appelhans Date: Mon, 11 May 2009 17:23:38 +0000 To: kde-commits Subject: KDE/kdebase/workspace/plasma/applets/quicklaunch Message-Id: <1242062618.284654.24528.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124206262723116 SVN commit 966664 by lappelhans: Resize us when we change, take care that new icons sizes get correctly set M +1 -0 quicklaunchApplet.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/quicklaunch/quicklaunchApplet.cpp #966663:966664 @@ -329,6 +329,7 @@ if (changed) { emit configNeedsSaving(); + resize(sizeHint(Qt::PreferredSize)); performUiRefactor(); } }