Made the size of the main window the "default" size, instead of the "minimum" size.
authorPhilip Chimento <philip.chimento@gmail.com>
Wed, 6 May 2009 20:46:51 +0000 (20:46 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Wed, 6 May 2009 20:46:51 +0000 (20:46 +0000)
git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@51 ddfedd41-794f-dd11-ae45-00112f111e67

src/chimara.glade

index f15c35074f14afe5f097b0e476f7bd3a813da8e4..558f45bd4111d4c62f3d98bc00d0d4b183aec799 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
-<!--Generated with glade3 3.4.5 on Sat May  2 19:03:02 2009 -->
+<!--Generated with glade3 3.4.5 on Wed May  6 22:39:03 2009 -->
 <glade-interface>
   <widget class="GtkWindow" id="gargoyle-gtk">
-    <property name="width_request">400</property>
-    <property name="height_request">500</property>
     <property name="title" translatable="yes">Gargoyle GTK</property>
+    <property name="default_width">500</property>
+    <property name="default_height">600</property>
     <signal name="delete_event" handler="on_window_delete_event"/>
     <child>
       <widget class="GtkVBox" id="vbox">