From 8296940f4bfbc64c77c6443167a563186c133322 Mon Sep 17 00:00:00 2001 From: Bernhard Walle Date: Sat, 16 Jun 2007 10:33:48 +0000 Subject: [PATCH] - size fixes by Rodrigo Castro (Old svn revision: 2838) --- panel-plugin/netload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c index 40f257c..7e8ae10 100644 --- a/panel-plugin/netload.c +++ b/panel-plugin/netload.c @@ -311,7 +311,7 @@ static void monitor_set_orientation (XfcePanelPlugin *plugin, GtkOrientation ori GTK_WIDGET(global->monitor->label), FALSE, FALSE, 0); - gtk_container_set_border_width(GTK_CONTAINER(global->monitor->box), 4); + gtk_container_set_border_width(GTK_CONTAINER(global->monitor->box), 2); gtk_widget_show(GTK_WIDGET(global->monitor->box)); for (i = 0; i < SUM; i++)