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:
Jason Stubbs 2007-12-24 07:10:56 +00:00
parent 5e465d9f89
commit c3c755f68b

View File

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