gtk4-demo: Add missing margin-bottom
This was setting margin-end twice
This commit is contained in:
committed by
Matthias Clasen
parent
df2d7c56c7
commit
20bd8e56ee
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user