AUDIT: r17294 - gnucash/trunk/src/gnome-utils - Bug 353880: Adjust the border of report options dialog pages to be HIG-compliant. This patch does not address the alignment of controls, however.

Charles Day cedayiv at cvs.gnucash.org
Fri Jul 11 16:11:12 EDT 2008


Author: cedayiv
Date: 2008-07-11 16:11:12 -0400 (Fri, 11 Jul 2008)
New Revision: 17294
Trac: http://svn.gnucash.org/trac/changeset/17294

Modified:
   gnucash/trunk/src/gnome-utils/dialog-options.c
Log:
Bug 353880: Adjust the border of report options dialog pages to be HIG-compliant. This patch does not address the alignment of controls, however.
BP


Modified: gnucash/trunk/src/gnome-utils/dialog-options.c
===================================================================
--- gnucash/trunk/src/gnome-utils/dialog-options.c	2008-07-11 16:06:48 UTC (rev 17293)
+++ gnucash/trunk/src/gnome-utils/dialog-options.c	2008-07-11 20:11:12 UTC (rev 17294)
@@ -1142,6 +1142,7 @@
 
   /* Build this options page */
   page_content_box = gtk_vbox_new(FALSE, 2);
+  gtk_container_set_border_width(GTK_CONTAINER(page_content_box), 12);
 
   /* Build space for the content - the options box */
   options_box = gtk_vbox_new(FALSE, 5);



More information about the gnucash-changes mailing list