r15437 - gnucash/branches/2.0 - Adjust box packing in payment dialog. Fix #393024.
Derek Atkins
warlord at cvs.gnucash.org
Sat Jan 27 23:08:05 EST 2007
Author: warlord
Date: 2007-01-27 23:08:04 -0500 (Sat, 27 Jan 2007)
New Revision: 15437
Trac: http://svn.gnucash.org/trac/changeset/15437
Modified:
gnucash/branches/2.0/
gnucash/branches/2.0/ChangeLog
gnucash/branches/2.0/src/business/business-gnome/glade/payment.glade
Log:
Adjust box packing in payment dialog. Fix #393024.
When enlarging the Payment Dialog window, space is currently allocated
to each widget equally. The only widget that would benefit from
additional space is the Transfer Account tree.
Patch by cardinal at dodds.net.
Merge from r15326.
Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
- 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13811
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
+ 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13969
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog 2007-01-28 03:16:57 UTC (rev 15436)
+++ gnucash/branches/2.0/ChangeLog 2007-01-28 04:08:04 UTC (rev 15437)
@@ -1,3 +1,7 @@
+2007-01-27 Andreas Köhler <andi5.py at gmx.net>
+
+ Adjust box packing in payment dialog. Fix #393024.
+
2007-01-12 Andreas Köhler <andi5.py at gmx.net>
* Translate expenses in mortgage/loan druid. Fixes #393436.
Modified: gnucash/branches/2.0/src/business/business-gnome/glade/payment.glade
===================================================================
--- gnucash/branches/2.0/src/business/business-gnome/glade/payment.glade 2007-01-28 03:16:57 UTC (rev 15436)
+++ gnucash/branches/2.0/src/business/business-gnome/glade/payment.glade 2007-01-28 04:08:04 UTC (rev 15437)
@@ -368,8 +368,8 @@
</widget>
<packing>
<property name="padding">0</property>
- <property name="expand">True</property>
- <property name="fill">True</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
</packing>
</child>
@@ -456,8 +456,8 @@
</widget>
<packing>
<property name="padding">0</property>
- <property name="expand">True</property>
- <property name="fill">True</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
</packing>
</child>
More information about the gnucash-changes
mailing list