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

List:       kde-commits
Subject:    branches/KDE/4.2/kdebase/workspace/krunner/interfaces/default
From:       Jacopo De Simoi <wilderkde () gmail ! com>
Date:       2009-03-25 13:02:30
Message-ID: 1237986150.490538.27541.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 944335 by jacopods:

backporting 933424 by notmart


 M  +2 -2      interface.cpp  


--- branches/KDE/4.2/kdebase/workspace/krunner/interfaces/default/interface.cpp #944334:944335
@@ -225,10 +225,10 @@
     Plasma::Theme *theme = Plasma::Theme::defaultTheme();
     int gradientWidth = contentsRect().width() - KDialog::marginHint()*2;
     QLinearGradient gr(0, 0, gradientWidth, 0);
-    gr.setColorAt(0, theme->color(Plasma::Theme::BackgroundColor));
+    gr.setColorAt(0, Qt::transparent);
     gr.setColorAt(.35, theme->color(Plasma::Theme::TextColor));
     gr.setColorAt(.65, theme->color(Plasma::Theme::TextColor));
-    gr.setColorAt(1, theme->color(Plasma::Theme::BackgroundColor));
+    gr.setColorAt(1, Qt::transparent);
     {
         QPalette p = palette();
         p.setBrush(QPalette::Background, gr);
[prev in list] [next in list] [prev in thread] [next in thread] 

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