Drop the margin property

Replace it with margin-start, -end, -top, -bottom throughout.
This commit is contained in:
Matthias Clasen
2020-02-25 20:57:20 -05:00
parent a9c05193a7
commit b5bacb3be6
108 changed files with 1153 additions and 321 deletions

View File

@@ -85,7 +85,10 @@
<property name="vscrollbar-policy">always</property>
<child>
<object class="GtkGrid">
<property name="margin">20</property>
<property name="margin-start">20</property>
<property name="margin-end">20</property>
<property name="margin-top">20</property>
<property name="margin-bottom">20</property>
<property name="row-spacing">10</property>
<property name="column-spacing">10</property>
<child>