Patch from Geert Janssens to expand rhs fields in the post dialog.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16555 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2007-10-07 22:45:28 +00:00
parent 5e325fa41d
commit dc5f4d0c1a
2 changed files with 4 additions and 4 deletions

View File

@ -321,7 +321,7 @@
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
@ -562,7 +562,7 @@
<packing>
<property name="padding">3</property>
<property name="expand">True</property>
<property name="fill">False</property>
<property name="fill">True</property>
</packing>
</child>
@ -587,7 +587,7 @@
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="fill">False</property>
</packing>
</child>
</widget>

View File

@ -385,7 +385,7 @@ gnc_account_sel_set_new_account_ability( GNCAccountSel *gas,
G_CALLBACK( gas_new_account_click ),
gas );
gtk_box_pack_start( GTK_BOX(gas), gas->newAccountButton,
TRUE, FALSE, 2 );
FALSE, FALSE, 2 );
}
void