[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 01/01: Reapply panel padding change.
noreply at xfce.org
noreply at xfce.org
Tue Jun 21 03:49:02 CEST 2016
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.paulic at 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.
More information about the Xfce4-commits
mailing list