Adjust the border size to match other plugins

Fixes bug #7344.
master
Florian Rivoal 2011-02-26 19:53:40 +09:00
parent 88a27c5f84
commit 4d48b67b71
1 changed files with 1 additions and 1 deletions

View File

@ -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++)