[Xfce4-commits] <xfce4-systemload-plugin:master> pack the monitor labels with a 2px spacing
Landry Breuil
noreply at xfce.org
Fri May 25 21:54:03 CEST 2012
Updating branch refs/heads/master
to d1ab0cb3acbd884f2a7f7c3ebb6815d0062b1c7f (commit)
from 18a7cc8266a7e0c8ca87a19a96388d34d671be4f (commit)
commit d1ab0cb3acbd884f2a7f7c3ebb6815d0062b1c7f
Author: Landry Breuil <landry at xfce.org>
Date: Fri May 25 21:52:11 2012 +0200
pack the monitor labels with a 2px spacing
panel-plugin/systemload.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 183d29b..337a36c 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -276,7 +276,7 @@ monitor_update_orientation (XfcePanelPlugin *plugin,
gtk_box_pack_start(GTK_BOX(global->monitor[count]->box),
GTK_WIDGET(global->monitor[count]->label),
- FALSE, FALSE, 0);
+ FALSE, FALSE, 2);
global->monitor[count]->ebox = gtk_event_box_new();
gtk_widget_show(global->monitor[count]->ebox);
More information about the Xfce4-commits
mailing list