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
@ -28,6 +28,10 @@
|
||||
Save the entry cells before adding an it to the invoice,
|
||||
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>
|
||||
|
||||
* src/report/report-system/options-utilities.scm: Fix missing i18n
|
||||
|
@ -195,7 +195,7 @@
|
||||
<position>GTK_WIN_POS_NONE</position>
|
||||
<modal>False</modal>
|
||||
<allow_shrink>False</allow_shrink>
|
||||
<allow_grow>False</allow_grow>
|
||||
<allow_grow>True</allow_grow>
|
||||
<auto_shrink>False</auto_shrink>
|
||||
<auto_close>False</auto_close>
|
||||
<hide_on_close>False</hide_on_close>
|
||||
@ -299,7 +299,7 @@
|
||||
<ypad>0</ypad>
|
||||
<child>
|
||||
<padding>0</padding>
|
||||
<expand>True</expand>
|
||||
<expand>False</expand>
|
||||
<fill>True</fill>
|
||||
</child>
|
||||
</widget>
|
||||
@ -391,8 +391,8 @@
|
||||
<spacing>0</spacing>
|
||||
<child>
|
||||
<padding>3</padding>
|
||||
<expand>False</expand>
|
||||
<fill>False</fill>
|
||||
<expand>True</expand>
|
||||
<fill>True</fill>
|
||||
</child>
|
||||
|
||||
<widget>
|
||||
@ -471,7 +471,7 @@
|
||||
<ypad>0</ypad>
|
||||
<child>
|
||||
<padding>0</padding>
|
||||
<expand>True</expand>
|
||||
<expand>False</expand>
|
||||
<fill>True</fill>
|
||||
</child>
|
||||
</widget>
|
||||
|
Loading…
Reference in New Issue
Block a user