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

List:       kde-commits
Subject:    [oxygen-gtk/1.1] src: Fixed combobox colors.
From:       Hugo Pereira Da Costa <hugo () oxygen-icons ! org>
Date:       2011-11-28 17:14:50
Message-ID: 20111128171450.1DE63A60A6 () git ! kde ! org
[Download RAW message or body]

Git commit dcae59334421aec63137517927ee6d8dca1c9bc7 by Hugo Pereira Da Cost=
a.
Committed on 28/11/2011 at 18:14.
Pushed by hpereiradacosta into branch '1.1'.

Fixed combobox colors.

M  +2    -2    src/oxygenqtsettings.cpp

http://commits.kde.org/oxygen-gtk/dcae59334421aec63137517927ee6d8dca1c9bc7

diff --git a/src/oxygenqtsettings.cpp b/src/oxygenqtsettings.cpp
index fae7b67..9ae8002 100644
--- a/src/oxygenqtsettings.cpp
+++ b/src/oxygenqtsettings.cpp
@@ -622,12 +622,12 @@ namespace Oxygen
         _rc.addToRootSection( "widget_class \"*<GtkButton>.<GtkAlignment>.=
<GtkBox>.<GtkLabel>\" style \"oxygen-buttons\"" );
 =

         // combobox
-        _rc.addSection( "oxygen-combobox", "oxygen-buttons" );
+        _rc.addSection( "oxygen-combobox-labels", "oxygen-buttons" );
         _rc.addToCurrentSection( Gtk::RCOption<std::string>( "  text[NORMA=
L]", _palette.color( Palette::ButtonText ) ) );
         _rc.addToCurrentSection( Gtk::RCOption<std::string>( "  text[ACTIV=
E]", _palette.color( Palette::ButtonText ) ) );
         _rc.addToCurrentSection( Gtk::RCOption<std::string>( "  text[PRELI=
GHT]", _palette.color( Palette::ButtonText ) ) );
         _rc.addToCurrentSection( Gtk::RCOption<std::string>( "  text[INSEN=
SITIVE]", _palette.color( Palette::Disabled, Palette::ButtonText ) ) );
-        _rc.addToRootSection( "widget_class \"*<GtkComboBox>.*<GtkCellView=
>\" style \"oxygen-combobox\"" );
+        _rc.addToRootSection( "widget_class \"*<GtkComboBox>.*<GtkCellView=
>\" style \"oxygen-combobox-labels\"" );
 =

         // checkboxes and radio buttons
         _rc.addSection( "oxygen-checkbox-buttons", "oxygen-buttons" );
[prev in list] [next in list] [prev in thread] [next in thread] 

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