[Goodies-commits] r2838 - xfce4-netload-plugin/trunk/panel-plugin

Bernhard Walle bwalle at xfce.org
Sat Jun 16 12:33:48 CEST 2007


Author: bwalle
Date: 2007-06-16 10:33:48 +0000 (Sat, 16 Jun 2007)
New Revision: 2838

Modified:
   xfce4-netload-plugin/trunk/panel-plugin/netload.c
Log:
- size fixes by Rodrigo Castro <rodrigo.castro at mezzano.com.br>


Modified: xfce4-netload-plugin/trunk/panel-plugin/netload.c
===================================================================
--- xfce4-netload-plugin/trunk/panel-plugin/netload.c	2007-06-15 18:58:06 UTC (rev 2837)
+++ xfce4-netload-plugin/trunk/panel-plugin/netload.c	2007-06-16 10:33:48 UTC (rev 2838)
@@ -311,7 +311,7 @@
                        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++)




More information about the Goodies-commits mailing list