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;