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

List:       kde-commits
Subject:    kdelibs/kstyles/keramik
From:       Pascal Létourneau <pletourn () globetrotter ! net>
Date:       2003-12-31 18:19:01
Message-ID: 20031231181901.92B9E93DE () office ! kde ! org
[Download RAW message or body]

CVS commit by pletourn: 

Fix the drawing of the separator in the second column of a popup.
Reviewed by Maksim Orlovich.


  M +3 -3      keramik.cpp   1.121


--- kdelibs/kstyles/keramik/keramik.cpp  #1.120:1.121
@@ -1613,7 +1613,7 @@ void KeramikStyle::drawControl( ControlE
                         {
                                 p->setPen( cg.mid() );
-                                p->drawLine( main.x()+5, main.y() + 1, main.width()-10, main.y() + 1 );
+                                p->drawLine( main.x()+5, main.y() + 1, main.right()-5, main.y() + 1 );
                                 p->setPen( cg.light() );
-                                p->drawLine( main.x()+5, main.y() + 2, main.width()-10 , main.y() + 2 );
+                                p->drawLine( main.x()+5, main.y() + 2, main.right()-5, main.y() + 2 );
                                 break;
                         }


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

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