From fa166c72ef14d6b7eb281d0d67ae5a3979813f3d Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Mon, 28 Apr 2008 22:56:02 +0000 Subject: [PATCH] SVN_SILENT: small ws fix that was laying around on disk here svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=802253 --- applet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet.cpp b/applet.cpp index de3324f07..46d66ec45 100644 --- a/applet.cpp +++ b/applet.cpp @@ -834,7 +834,7 @@ void Applet::setBackgroundHints(const BackgroundHints hints) //Setting a minimum size of 0,0 would result in the panel to be only //on the first virtual desktop setMinimumSize(qMax(minimumSize().width() - left - right, 1.0), - qMax(minimumSize().height() - top - bottom, 1.0)); + qMax(minimumSize().height() - top - bottom, 1.0)); delete d->background; d->background = 0;