[Goodies-commits] r6863 - in xfce4-screenshooter/trunk: . lib

Jerome Guelfucci jeromeg at xfce.org
Sun Mar 8 10:42:54 CET 2009


Author: jeromeg
Date: 2009-03-08 09:42:54 +0000 (Sun, 08 Mar 2009)
New Revision: 6863

Modified:
   xfce4-screenshooter/trunk/ChangeLog
   xfce4-screenshooter/trunk/lib/screenshooter-dialogs.c
Log:
Add some padding to separate the checkbox from the radio button group.

Modified: xfce4-screenshooter/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter/trunk/ChangeLog	2009-03-08 09:37:44 UTC (rev 6862)
+++ xfce4-screenshooter/trunk/ChangeLog	2009-03-08 09:42:54 UTC (rev 6863)
@@ -1,5 +1,11 @@
 2009-03-08 jeromeg
 
+  * lib/screenshooter-dialogs.c (screenshooter_dialog_new): add some
+    padding for the new check box to separate it from the radio button
+    group.
+
+2009-03-08 jeromeg
+
   * lib/screenshooter-dialogs.c:
     - (screenshooter_dialog_new) Add a check box to show/hide the mouse
       pointer on screenshots.

Modified: xfce4-screenshooter/trunk/lib/screenshooter-dialogs.c
===================================================================
--- xfce4-screenshooter/trunk/lib/screenshooter-dialogs.c	2009-03-08 09:37:44 UTC (rev 6862)
+++ xfce4-screenshooter/trunk/lib/screenshooter-dialogs.c	2009-03-08 09:42:54 UTC (rev 6863)
@@ -627,7 +627,7 @@
 
   gtk_box_pack_start (GTK_BOX (area_box), 
                       show_mouse_checkbox, FALSE, 
-                      FALSE, 0);
+                      FALSE, 5);
 
   gtk_widget_show (show_mouse_checkbox);
    




More information about the Goodies-commits mailing list