forked from AuroraMiddleware/gtk
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:
parent
9d4e4e2fb6
commit
e30f5dd00d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user