change default size for disco window

This commit is contained in:
Nikos Kouremenos 2005-11-10 00:57:18 +00:00
parent 7fa1f8a270
commit 7d8ab26ccb
1 changed files with 2 additions and 1 deletions

View File

@ -2645,7 +2645,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_height">450</property>
<property name="default_width">450</property>
<property name="default_height">420</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
<property name="decorated">True</property>