[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 01/01: Revert "remove extra padding from panel plugin"
noreply at xfce.org
noreply at xfce.org
Tue Jun 21 03:17:51 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 eb9c01edfc6b1cc200e7fd202ec30d811f1b06fc
Author: ToZ <tony.paulic at gmail.com>
Date: Mon Jun 20 21:16:55 2016 -0400
Revert "remove extra padding from panel plugin"
---
panel-plugin/main.c | 2 +-
xfce4-genmon-plugin | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index d69e8a5..1c38d99 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), 0);
+ (poMonitor->wBox), BORDER);
gtk_container_add (GTK_CONTAINER (poMonitor->wEventBox),
poMonitor->wBox);
diff --git a/xfce4-genmon-plugin b/xfce4-genmon-plugin
new file mode 160000
index 0000000..db18b5e
--- /dev/null
+++ b/xfce4-genmon-plugin
@@ -0,0 +1 @@
+Subproject commit db18b5eb4d4f5af8a300b746e36d48c8beaa389b
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list