From 4d48b67b71494e0b400ebadad41b3162bfbff334 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Sat, 26 Feb 2011 19:53:40 +0900 Subject: [PATCH] Adjust the border size to match other plugins Fixes bug #7344. --- 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 b4868c4..c122295 100644 --- a/panel-plugin/netload.c +++ b/panel-plugin/netload.c @@ -313,7 +313,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), 2); + gtk_container_set_border_width(GTK_CONTAINER(global->monitor->box), BORDER / 2); gtk_widget_show(GTK_WIDGET(global->monitor->box)); for (i = 0; i < SUM; i++)