color chooser: Make nonresizable by default

The color chooser does not contain any scrollable content,
therefore it should not be resizable.
This commit is contained in:
Matthias Clasen 2014-02-13 22:13:16 -05:00
parent 9d4e4e2fb6
commit e30f5dd00d

View File

@ -6,6 +6,7 @@
<property name="border_width">5</property>
<property name="title" translatable="yes">Select a Color</property>
<property name="type_hint">dialog</property>
<property name="resizable">False</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>