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

List:       kde-commits
Subject:    kdeartwork/styles/plastik
From:       Sandro Giessl <sandro () giessl ! com>
Date:       2004-05-13 20:11:59
Message-ID: 20040513201159.1265E9020 () office ! kde ! org
[Download RAW message or body]

CVS commit by giessl: 

1 pixel frame width for popup menus instead of 2. fixes a problem of unpainted menu areas.


  M +4 -1      plastik.cpp   1.77


--- kdeartwork/styles/plastik/plastik.cpp  #1.76:1.77
@@ -3244,4 +3244,7 @@ int PlastikStyle::pixelMetric(PixelMetri
 
         case PM_DefaultFrameWidth: {
+            if(widget && ::qt_cast<QPopupMenu*>(widget))
+                return 1;
+            else
             return 2;
         }


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

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