Dialog should not be resizable.
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sat, 2 May 2009 19:56:01 +0000 (22:56 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sat, 2 May 2009 20:09:54 +0000 (23:09 +0300)
data/rygel-preferences.ui

index a7dffec..b905b6c 100644 (file)
@@ -5,6 +5,7 @@
   <object class="GtkDialog" id="preferences-dialog">
     <property name="border_width">5</property>
     <property name="title" translatable="yes">Rygel Preferences</property>
+    <property name="resizable">False</property>
     <property name="default_height">400</property>
     <property name="type_hint">normal</property>
     <property name="has_separator">False</property>