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

List:       kde-commits
Subject:    kdebase/kicker/core
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-03-29 18:39:22
Message-ID: 20050329183922.9B2F4484 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

use colour scheme for the panel border rather than a hardcoded white.
not 100% sure if this is the perfect solution, but let's try it for a bit


  M +1 -1      container_extension.cpp   1.120


--- kdebase/kicker/core/container_extension.cpp  #1.119:1.120
@@ -1289,5 +1289,5 @@ void ExtensionContainer::paintEvent(QPai
     // draw border
     QPainter p(this);
-    p.setPen(colorGroup().midlight());
+    p.setPen(palette().color(QPalette::Active, QColorGroup::Mid));
     p.drawRect(0, 0, width(), height());
 }


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

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