[gnome-themes-standard] combobox: actually set the padding on the right selector



commit a1d64e6da6ef88501b5c26109a707f9f96c7860d
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Aug 9 13:09:47 2011 +0200

    combobox: actually set the padding on the right selector
    
    Otherwise it breaks width consistency

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index df87d82..528ece4 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -453,7 +453,6 @@ GtkScrolledWindow.frame {
  **************/
 
 GtkComboBox {
-    padding: 0 0 0 4;
     -GtkWidget-focus-padding: 0;
     -GtkWidget-focus-line-width: 0;
 
@@ -469,7 +468,7 @@ GtkComboBox .entry {
 
 GtkComboBox .button {
     color: @internal_element_color;
-    padding: 2 3 2 1;
+    padding: 2 3 2 4;
 }
 
 GtkComboBox .button *:prelight {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]