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

List:       kde-commits
Subject:    KDE/kdebase/workspace/libs/plasma
From:       Andre Duffeck <andre () duffeck ! de>
Date:       2007-11-13 7:40:23
Message-ID: 1194939623.237011.6488.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 735974 by duffeck:

Do not leave a gap if the applet does not have a configuration
interface


 M  +1 -1      applethandle.cpp  


--- trunk/KDE/kdebase/workspace/libs/plasma/applethandle.cpp #735973:735974
@@ -138,8 +138,8 @@
     }
 
     painter->drawPixmap(point+shiftM, KIcon("exec").pixmap(32,32)); // FIXME: I'd \
                like a "transform-move" here
-    point+=QPointF(0.0, 42.0);
     if (m_applet->hasConfigurationInterface()) {
+        point+=QPointF(0.0, 42.0);
         painter->drawPixmap(point+shiftC, KIcon("configure").pixmap(32,32));
     }
     point+=QPointF(0.0, 42.0);


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

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