ocarina: Change window default size

It needed to be bigger.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-07-29 15:13:59 -04:00
parent 4585d90a32
commit 693692766d
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
<object class="GtkWindow" id="MainWindow">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="default_width">800</property>
<property name="default_height">600</property>
<child>
<placeholder/>
</child>