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:
parent
0ec187a28e
commit
5e465d9f89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user