r16555 - gnucash/trunk/src - Patch from Geert Janssens to expand rhs fields in the post dialog.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Oct 7 18:45:30 EDT 2007


Author: andi5
Date: 2007-10-07 18:45:28 -0400 (Sun, 07 Oct 2007)
New Revision: 16555
Trac: http://svn.gnucash.org/trac/changeset/16555

Modified:
   gnucash/trunk/src/business/business-gnome/glade/date-close.glade
   gnucash/trunk/src/gnome-utils/gnc-account-sel.c
Log:
Patch from Geert Janssens to expand rhs fields in the post dialog.


Modified: gnucash/trunk/src/business/business-gnome/glade/date-close.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/date-close.glade	2007-10-06 23:05:16 UTC (rev 16554)
+++ gnucash/trunk/src/business/business-gnome/glade/date-close.glade	2007-10-07 22:45:28 UTC (rev 16555)
@@ -321,7 +321,7 @@
 		</widget>
 		<packing>
 		  <property name="padding">0</property>
-		  <property name="expand">True</property>
+		  <property name="expand">False</property>
 		  <property name="fill">False</property>
 		</packing>
 	      </child>
@@ -562,7 +562,7 @@
 		<packing>
 		  <property name="padding">3</property>
 		  <property name="expand">True</property>
-		  <property name="fill">False</property>
+		  <property name="fill">True</property>
 		</packing>
 	      </child>
 
@@ -587,7 +587,7 @@
 		<packing>
 		  <property name="padding">0</property>
 		  <property name="expand">False</property>
-		  <property name="fill">True</property>
+		  <property name="fill">False</property>
 		</packing>
 	      </child>
 	    </widget>

Modified: gnucash/trunk/src/gnome-utils/gnc-account-sel.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-account-sel.c	2007-10-06 23:05:16 UTC (rev 16554)
+++ gnucash/trunk/src/gnome-utils/gnc-account-sel.c	2007-10-07 22:45:28 UTC (rev 16555)
@@ -385,7 +385,7 @@
 			  G_CALLBACK( gas_new_account_click ),
 			  gas );
         gtk_box_pack_start( GTK_BOX(gas), gas->newAccountButton,
-                            TRUE, FALSE, 2 );
+                            FALSE, FALSE, 2 );
 }
 
 void



More information about the gnucash-changes mailing list