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

ToZ pushed a commit to branch master
in repository panel-plugins/xfce4-genmon-plugin.

commit 6ef72e5d53c36351feb502ee591a57fbae51f304
Author: ToZ <tony.pau...@gmail.com>
Date:   Mon Jun 20 21:48:45 2016 -0400

    Reapply panel padding change.
---
 panel-plugin/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 061941d..447e384 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -292,7 +292,7 @@ static genmon_t *genmon_create_control (XfcePanelPlugin 
*plugin)
     poMonitor->wBox = gtk_box_new (orientation, 0);
     gtk_widget_show (poMonitor->wBox);
     gtk_container_set_border_width (GTK_CONTAINER
-        (poMonitor->wBox), BORDER);
+        (poMonitor->wBox), 0);
     gtk_container_add (GTK_CONTAINER (poMonitor->wEventBox),
         poMonitor->wBox);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to