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

List:       kde-commits
Subject:    playground/base/plasma/applets/incomingmsg
From:       Christian Weilbach <christian () whiletaker ! homeip ! net>
Date:       2008-09-26 2:32:21
Message-ID: 1222396341.122708.31675.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 864919 by weilbach:

Layout fix.


 M  +3 -4      plasma-incomingmsg.cpp  


--- trunk/playground/base/plasma/applets/incomingmsg/plasma-incomingmsg.cpp #864918:864919
@@ -56,8 +56,8 @@
 {
     // this will get us the standard applet background, for free!
     setBackgroundHints(DefaultBackground);
-    resize(300, 20);
-    setMinimumSize(200, 20);
+    resize(300, 80);
+    setMinimumSize(200, 80);
 }
 
 IncomingMsg::~IncomingMsg()
@@ -343,7 +343,6 @@
     mShowKopete = ui.showKopete->isChecked();
     mShowPidgin = ui.showPidgin->isChecked();
 
-
     KConfigGroup cg = config();
     cg.writeEntry("showKMail", ui.showKMail->isChecked());
     cg.writeEntry("showXChat", ui.showXChat->isChecked());
@@ -360,7 +359,7 @@
     QRectF layoutRectF = mLayout->geometry();
     QRectF appletRectF = geometry();
     if (layoutRectF.height() > appletRectF.height()) {
-        appletRectF.setHeight(layoutRectF.height() + 30);
+        appletRectF.setHeight(layoutRectF.height() + 10);
         setGeometry(appletRectF);
     }
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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