[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/applets/clock
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2007-11-27 23:36:45
Message-ID: 1196206605.250919.984.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 742417 by aseigo:

in following with the clock being a test case for all things plasmalike, put in a min/max size


 M  +2 -0      clock.cpp  


--- trunk/KDE/kdebase/workspace/plasma/applets/clock/clock.cpp #742416:742417
@@ -55,6 +55,8 @@
 {
     setHasConfigurationInterface(true);
     resize(125, 125);
+    setMinimumSize(QSizeF(50, 50));
+    setMaximumSize(QSizeF(400, 400));
 
     m_theme = new Plasma::Svg("widgets/clock", this);
     m_theme->setContentType(Plasma::Svg::SingleImage);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic