gtk4-demo: Add missing margin-bottom

This was setting margin-end twice
This commit is contained in:
Timm Bäder
2020-10-11 20:11:39 +02:00
committed by Matthias Clasen
parent df2d7c56c7
commit 20bd8e56ee

View File

@@ -8,7 +8,7 @@
<property name="margin-start">50</property>
<property name="margin-end">50</property>
<property name="margin-top">50</property>
<property name="margin-end">50</property>
<property name="margin-bottom">50</property>
<property name="spacing">10</property>
<child>
<object class="GtkButton">