summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornana-4 <hnmaigo@gmail.com>2020-08-07 00:54:46 +0900
committernana-4 <hnmaigo@gmail.com>2020-08-25 21:24:10 +0900
commit09fa3886ba07813b34fb66a16e76c82402a4d473 (patch)
treea35eea4f8bbefbc52ba59ba44ac4471fc98f2fd0
parentbb7d5b2de6b130de82131987622445d5d6da9f98 (diff)
downloadgtk+-09fa3886ba07813b34fb66a16e76c82402a4d473.tar.gz
gtk-demo: Avoid double borders in the blendmodes demo
-rw-r--r--demos/gtk-demo/blendmodes.ui4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/gtk-demo/blendmodes.ui b/demos/gtk-demo/blendmodes.ui
index e87a0a8970..5826f41d44 100644
--- a/demos/gtk-demo/blendmodes.ui
+++ b/demos/gtk-demo/blendmodes.ui
@@ -8,6 +8,10 @@
<property name="default-height">300</property>
<child>
<object class="GtkGrid">
+ <property name="margin-start">12</property>
+ <property name="margin-end">12</property>
+ <property name="margin-top">12</property>
+ <property name="margin-bottom">12</property>
<property name="row-spacing">12</property>
<property name="column-spacing">12</property>
<child>