Setting the minimum size based on the border size is no good because the
borders can later be removed without the minimum size being updated causing a minimum size that's way too big svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=752322
This commit is contained in:
parent
5e465d9f89
commit
c3c755f68b
@ -164,9 +164,6 @@ 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