Author: post
Date: 2010-12-20 00:13:58 +0100 (Mon, 20 Dec 2010)
New Revision: 3697

Modified:
   trunk/src/rs-batch.c
Log:
Add padding to batch size box

Modified: trunk/src/rs-batch.c
===================================================================
--- trunk/src/rs-batch.c        2010-12-19 23:05:17 UTC (rev 3696)
+++ trunk/src/rs-batch.c        2010-12-19 23:13:58 UTC (rev 3697)
@@ -1004,6 +1004,7 @@
        gtk_widget_show(gui_confbox_get_widget(lockbox));
 
        gtk_box_pack_start (GTK_BOX (vbox), gui_confbox_get_widget(lockbox), 
FALSE, TRUE, 0);
+       gtk_container_set_border_width(GTK_CONTAINER(vbox), 10);
 
        /* Spinners */
        table = gtk_table_new(3, 3, FALSE);


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to