mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Increase default options dialog size
The old 400x400 was woefully inadequate for most options especially options involving account trees.
This commit is contained in:
parent
3ccebde831
commit
496f0faf6f
@ -5,8 +5,8 @@
|
||||
<object class="GtkDialog" id="gnucash_options_dialog">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="title" translatable="yes">GnuCash Options</property>
|
||||
<property name="default_width">400</property>
|
||||
<property name="default_height">400</property>
|
||||
<property name="default_width">640</property>
|
||||
<property name="default_height">480</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<signal name="response" handler="gnc_options_dialog_response_cb" swapped="no"/>
|
||||
<child internal-child="vbox">
|
||||
|
Loading…
Reference in New Issue
Block a user