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/testadjustsize.c | |
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/testadjustsize.c')
-rw-r--r-- | tests/testadjustsize.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testadjustsize.c b/tests/testadjustsize.c index 2b145c2a29..c286b6e13f 100644 --- a/tests/testadjustsize.c +++ b/tests/testadjustsize.c @@ -296,8 +296,7 @@ open_margin_window (void) "margin-start", "margin-end", "margin-top", - "margin-bottom", - "margin" + "margin-bottom" }; test_window = gtk_window_new (); |