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



commit e82ff0b437e895e65faee25ee574dccc26c35cf7
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 1431043..2da5447 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]