mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
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
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user