Make the tax table dialog a little bigger.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6969 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2002-06-16 21:06:39 +00:00
parent ca3544d2b1
commit 4ca475873a

View File

@ -18,12 +18,14 @@
<widget>
<class>GnomeDialog</class>
<name>Tax Table Window</name>
<width>500</width>
<height>300</height>
<title>Tax Tables</title>
<type>GTK_WINDOW_TOPLEVEL</type>
<position>GTK_WIN_POS_NONE</position>
<modal>False</modal>
<allow_shrink>False</allow_shrink>
<allow_grow>False</allow_grow>
<allow_shrink>True</allow_shrink>
<allow_grow>True</allow_grow>
<auto_shrink>False</auto_shrink>
<auto_close>False</auto_close>
<hide_on_close>False</hide_on_close>