mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/business/business-gnome/glade/date-close.glade:
Fix the glade settings so resizing the window will properly resize the widgets. Fixes #107586. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8161 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4798b3255b
commit
2e6325afe1
@ -27,6 +27,10 @@
|
|||||||
* src/business/business-ledger/gncEntryLedgerControl.c:
|
* src/business/business-ledger/gncEntryLedgerControl.c:
|
||||||
Save the entry cells before adding an it to the invoice,
|
Save the entry cells before adding an it to the invoice,
|
||||||
otherwise it wont get sorted properly. Fixes #108910.
|
otherwise it wont get sorted properly. Fixes #108910.
|
||||||
|
|
||||||
|
* src/business/business-gnome/glade/date-close.glade:
|
||||||
|
Fix the glade settings so resizing the window will properly
|
||||||
|
resize the widgets. Fixes #107586.
|
||||||
|
|
||||||
2003-04-01 Christian Stimming <stimming@tuhh.de>
|
2003-04-01 Christian Stimming <stimming@tuhh.de>
|
||||||
|
|
||||||
|
@ -195,7 +195,7 @@
|
|||||||
<position>GTK_WIN_POS_NONE</position>
|
<position>GTK_WIN_POS_NONE</position>
|
||||||
<modal>False</modal>
|
<modal>False</modal>
|
||||||
<allow_shrink>False</allow_shrink>
|
<allow_shrink>False</allow_shrink>
|
||||||
<allow_grow>False</allow_grow>
|
<allow_grow>True</allow_grow>
|
||||||
<auto_shrink>False</auto_shrink>
|
<auto_shrink>False</auto_shrink>
|
||||||
<auto_close>False</auto_close>
|
<auto_close>False</auto_close>
|
||||||
<hide_on_close>False</hide_on_close>
|
<hide_on_close>False</hide_on_close>
|
||||||
@ -299,7 +299,7 @@
|
|||||||
<ypad>0</ypad>
|
<ypad>0</ypad>
|
||||||
<child>
|
<child>
|
||||||
<padding>0</padding>
|
<padding>0</padding>
|
||||||
<expand>True</expand>
|
<expand>False</expand>
|
||||||
<fill>True</fill>
|
<fill>True</fill>
|
||||||
</child>
|
</child>
|
||||||
</widget>
|
</widget>
|
||||||
@ -391,8 +391,8 @@
|
|||||||
<spacing>0</spacing>
|
<spacing>0</spacing>
|
||||||
<child>
|
<child>
|
||||||
<padding>3</padding>
|
<padding>3</padding>
|
||||||
<expand>False</expand>
|
<expand>True</expand>
|
||||||
<fill>False</fill>
|
<fill>True</fill>
|
||||||
</child>
|
</child>
|
||||||
|
|
||||||
<widget>
|
<widget>
|
||||||
@ -471,7 +471,7 @@
|
|||||||
<ypad>0</ypad>
|
<ypad>0</ypad>
|
||||||
<child>
|
<child>
|
||||||
<padding>0</padding>
|
<padding>0</padding>
|
||||||
<expand>True</expand>
|
<expand>False</expand>
|
||||||
<fill>True</fill>
|
<fill>True</fill>
|
||||||
</child>
|
</child>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
Reference in New Issue
Block a user