[Gnucash-changes] r14368 - gnucash/trunk - The Chargeback and Extra Payments sections of the bill should not

David Hampton hampton at cvs.gnucash.org
Wed Jun 14 19:45:30 EDT 2006


Author: hampton
Date: 2006-06-14 19:45:30 -0400 (Wed, 14 Jun 2006)
New Revision: 14368
Trac: http://svn.gnucash.org/trac/changeset/14368

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/business/business-gnome/glade/invoice.glade
Log:
The Chargeback and Extra Payments sections of the bill should not
expand to fill extra space.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-06-14 23:34:10 UTC (rev 14367)
+++ gnucash/trunk/ChangeLog	2006-06-14 23:45:30 UTC (rev 14368)
@@ -1,5 +1,9 @@
 2006-06-14  David Hampton  <hampton at employees.org>
 
+	* src/business/business-gnome/glade/invoice.glade: The Chargeback
+	and Extra Payments sections of the bill should not expand to fill
+	extra space.
+
 	* src/business/business-ledger/gncEntryLedgerLoad.c: Use the new
 	mechanism for the account list popups.  Fixes #342058.
 

Modified: gnucash/trunk/src/business/business-gnome/glade/invoice.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/invoice.glade	2006-06-14 23:34:10 UTC (rev 14367)
+++ gnucash/trunk/src/business/business-gnome/glade/invoice.glade	2006-06-14 23:45:30 UTC (rev 14368)
@@ -1482,7 +1482,7 @@
 	</widget>
 	<packing>
 	  <property name="padding">3</property>
-	  <property name="expand">True</property>
+	  <property name="expand">False</property>
 	  <property name="fill">True</property>
 	</packing>
       </child>
@@ -1561,7 +1561,7 @@
 	</widget>
 	<packing>
 	  <property name="padding">0</property>
-	  <property name="expand">True</property>
+	  <property name="expand">False</property>
 	  <property name="fill">True</property>
 	</packing>
       </child>



More information about the gnucash-changes mailing list