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:
parent
b37d43eafd
commit
fa166c72ef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user