summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-07-03 18:29:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-07-03 18:29:21 -0400
commit507e58df4e0c6a4dea6ae7a4e209681db7bf511f (patch)
treeeebc07379802d0596be365b93310244891f934b7
parent3c4be3c9127a2880519bc85ae910f7656dfada12 (diff)
downloadgtk+-507e58df4e0c6a4dea6ae7a4e209681db7bf511f.tar.gz
gtk3-demo: Make blendmodes example non-resizable
It doesn't need to.
-rw-r--r--demos/gtk-demo/blendmodes.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/gtk-demo/blendmodes.ui b/demos/gtk-demo/blendmodes.ui
index 9badf330dc..02dc736503 100644
--- a/demos/gtk-demo/blendmodes.ui
+++ b/demos/gtk-demo/blendmodes.ui
@@ -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>