mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
5e325fa41d
commit
dc5f4d0c1a
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user