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

Andreas Köhler andi5 at cvs.gnucash.org
Tue Jul 22 18:33:05 EDT 2008


Author: andi5
Date: 2008-07-22 18:33:04 -0400 (Tue, 22 Jul 2008)
New Revision: 17381
Trac: http://svn.gnucash.org/trac/changeset/17381

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

Committed by cedayiv.


Modified: gnucash/branches/2.2/src/gnome-utils/dialog-options.c
===================================================================
--- gnucash/branches/2.2/src/gnome-utils/dialog-options.c	2008-07-22 22:32:54 UTC (rev 17380)
+++ gnucash/branches/2.2/src/gnome-utils/dialog-options.c	2008-07-22 22:33:04 UTC (rev 17381)
@@ -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