Author: post
Date: 2010-12-19 20:37:04 +0100 (Sun, 19 Dec 2010)
New Revision: 3686

Modified:
   trunk/src/rs-actions.c
Log:
Add padding to tag window. Looks nicer.

Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c      2010-12-19 19:34:41 UTC (rev 3685)
+++ trunk/src/rs-actions.c      2010-12-19 19:37:04 UTC (rev 3686)
@@ -831,6 +831,7 @@
        gtk_box_pack_start(GTK_BOX(box), label, FALSE, TRUE, 5);
        gtk_box_pack_start(GTK_BOX(box), entry, FALSE, TRUE, 0);
        gtk_box_pack_start(GTK_BOX(box), apply_button, FALSE, FALSE, 5);
+       gtk_container_set_border_width(GTK_CONTAINER(box), 10);
 
        gtk_container_add(GTK_CONTAINER(popup), box);
        gtk_widget_show_all(popup);


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

Reply via email to