Cleaned up the gui some more

This commit is contained in:
2012-04-16 22:07:07 -04:00
parent 704e7209a6
commit 579b9bc199
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<widget class="GtkWindow" id="window">
<property name="visible">True</property>
<property name="title" translatable="yes">window1</property>
<property name="title" translatable="yes">Pygo</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@ -20,7 +20,7 @@
<property name="urgency_hint">False</property>
<child>
<widget class="GtkVBox" id="vbox1">
<widget class="GtkVBox" id="main_box">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>