diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-02-25 20:57:20 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-02-25 20:59:04 -0500 |
commit | b5bacb3be640a25eb7573090df6d1af6a9adcc7e (patch) | |
tree | 4bb50d67d3952387b5a9f99f63db68f5e95f58ba /tests/testsplitheaders.ui | |
parent | a9c05193a7b7366989b75471150b1f6d644e2285 (diff) | |
download | gtk+-b5bacb3be640a25eb7573090df6d1af6a9adcc7e.tar.gz |
Drop the margin property
Replace it with margin-start, -end, -top, -bottom throughout.
Diffstat (limited to 'tests/testsplitheaders.ui')
-rw-r--r-- | tests/testsplitheaders.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/testsplitheaders.ui b/tests/testsplitheaders.ui index 512c22fdca..631194c35a 100644 --- a/tests/testsplitheaders.ui +++ b/tests/testsplitheaders.ui @@ -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> |