mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
gtk3-demo: Make blendmodes example non-resizable
It doesn't need to.
This commit is contained in:
parent
3c4be3c912
commit
507e58df4e
@ -3,6 +3,7 @@
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkWindow" id="window">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="resizable">False</property>
|
||||
<property name="title">CSS Blend Modes</property>
|
||||
<property name="default_width">400</property>
|
||||
<property name="default_height">300</property>
|
||||
|
Loading…
Reference in New Issue
Block a user