[gnome-themes-standard] progressbar: remove huge x/y spacing for progressbar text



commit 9ee6498533a17fda5944cd58e56b07d85f1974cf
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Apr 10 11:03:53 2012 -0400

    progressbar: remove huge x/y spacing for progressbar text
    
    We don't really have any reason to set this huge x/y spacing on the
    progressbar.
    The spacing being applied only when there's a text label, made this go
    almost unnoticed for a long while, but it still breaks applications that
    use it, such as GTranslator.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673688

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index b26332f..34634a8 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -510,10 +510,6 @@ GtkColorEditor GtkColorSwatch.color-light:hover {
 /****************
  * Progress bar *
  ****************/
-GtkProgressBar {
-    -GtkProgressBar-xspacing: 20;
-    -GtkProgressBar-yspacing: 20;
-}
 
 /* FIXME: this should really be a margin... */
 GtkProgressBar {



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