SVN_SILENT: small ws fix that was laying around on disk here

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=802253
This commit is contained in:
Aaron J. Seigo 2008-04-28 22:56:02 +00:00
parent b37d43eafd
commit fa166c72ef

View File

@ -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;