AUDIT: r15326 - gnucash/trunk/src/business/business-gnome/glade - Adjust box packing in payment dialog. Fix #393024.
Andreas Köhler
andi5 at cvs.gnucash.org
Sun Jan 7 09:18:02 EST 2007
Author: andi5
Date: 2007-01-07 09:18:01 -0500 (Sun, 07 Jan 2007)
New Revision: 15326
Trac: http://svn.gnucash.org/trac/changeset/15326
Modified:
gnucash/trunk/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.
BP
Modified: gnucash/trunk/src/business/business-gnome/glade/payment.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/payment.glade 2007-01-07 14:17:55 UTC (rev 15325)
+++ gnucash/trunk/src/business/business-gnome/glade/payment.glade 2007-01-07 14:18:01 UTC (rev 15326)
@@ -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>
@@ -410,8 +410,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