Give applets a default minimum content size of 16x16. This shouldn't be too

big for the panel and can still be overridden by applets.

BUG: 154565

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=752292
This commit is contained in:
Jason Stubbs 2007-12-24 03:53:17 +00:00
parent 0ec187a28e
commit 5e465d9f89

View File

@ -164,6 +164,9 @@ public:
}
}
applet->setDrawStandardBackground(true);
// give the applet a default minimum size
applet->setMinimumContentSize(16, 16);
}
// put all setup routines for script here. at this point we can assume that