Resized the root window a bit, for bigger fonts and smaller resolutions

This commit is contained in:
Anna 2010-04-11 20:09:41 -04:00
parent 8fc21161b3
commit c0b1f5b85d

View File

@ -9,8 +9,8 @@
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
<property name="default_width">400</property>
<property name="default_height">600</property>
<property name="default_width">430</property>
<property name="default_height">550</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
<property name="decorated">True</property>