gtk-demo: Avoid double borders in the blendmodes demo

This commit is contained in:
nana-4 2020-08-07 00:54:46 +09:00
parent bb7d5b2de6
commit 09fa3886ba

View File

@ -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>