[Xfce4-commits] [panel-plugins/xfce4-fsguard-plugin] 01/01: finally set default width/height to 4px like other plugins, i only see an issue with greybird theme..

noreply at xfce.org noreply at xfce.org
Sun Feb 19 20:22:02 CET 2017


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository panel-plugins/xfce4-fsguard-plugin.

commit 86ce38c6d3114beb367e509b906cf543ea6bcd26
Author: Landry Breuil <landry at xfce.org>
Date:   Sun Feb 19 20:21:51 2017 +0100

    finally set default width/height to 4px like other plugins, i only see an issue with greybird theme..
---
 panel-plugin/fsguard.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index 7138e5b..d6a3f46 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -436,20 +436,20 @@ fsguard_new (XfcePanelPlugin *plugin)
     css_provider = gtk_css_provider_new ();
 #if GTK_CHECK_VERSION (3, 20, 0)
         gtk_css_provider_load_from_data (css_provider, "\
-            progressbar.horizontal trough { min-height: 6px; }\
-            progressbar.horizontal progress { min-height: 6px; }\
-            progressbar.vertical trough { min-width: 6px; }\
-            progressbar.vertical progress { min-width: 6px; }\
+            progressbar.horizontal trough { min-height: 4px; }\
+            progressbar.horizontal progress { min-height: 4px; }\
+            progressbar.vertical trough { min-width: 4px; }\
+            progressbar.vertical progress { min-width: 4px; }\
             .normal progress { background-color: " COLOR_NORMAL " ; background-image: none; }\
             .warning progress { background-color: " COLOR_WARNING " ; background-image: none; }\
             .urgent progress { background-color: " COLOR_URGENT " ; background-image: none; }",
              -1, NULL);
 #else
         gtk_css_provider_load_from_data (css_provider, "\
-            .progressbar.horizontal trough { min-height: 6px; }\
-            .progressbar.horizontal progress { min-height: 6px; }\
-            .progressbar.vertical trough { min-width: 6px; }\
-            .progressbar.vertical progress { min-width: 6px; }\
+            .progressbar.horizontal trough { min-height: 4px; }\
+            .progressbar.horizontal progress { min-height: 4px; }\
+            .progressbar.vertical trough { min-width: 4px; }\
+            .progressbar.vertical progress { min-width: 4px; }\
             .normal progress { background-color: " COLOR_NORMAL " ; background-image: none; }\
             .warning progress { background-color: " COLOR_WARNING " ; background-image: none; }\
             .urgent progress { background-color: " COLOR_URGENT " ; background-image: none; }",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list