The Chargeback and Extra Payments sections of the bill should not

expand to fill extra space.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14368 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/swigify
David Hampton 20 years ago
parent b827cfd6a6
commit 59817c3dca

@ -1,5 +1,9 @@
2006-06-14 David Hampton <hampton@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.

@ -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>

Loading…
Cancel
Save