summaryrefslogtreecommitdiff
path: root/tests/visuals
diff options
context:
space:
mode:
authorYosef Or Boczko <yoseforb@gmail.com>2013-11-15 00:31:17 +0200
committerBenjamin Otte <otte@redhat.com>2013-11-15 02:54:35 +0100
commit719dd636a9da679ea08a9644a8cccfe7d6f145d7 (patch)
treec2f286045adef34ab40824375a70b44e33e8dcba /tests/visuals
parent9921bec63a3e67e2c2e38ca734590909a9f734b5 (diff)
downloadgtk+-719dd636a9da679ea08a9644a8cccfe7d6f145d7.tar.gz
Replace all margin-left and margin-right with margin-start and margin-end
https://bugzilla.gnome.org/show_bug.cgi?id=710238
Diffstat (limited to 'tests/visuals')
-rw-r--r--tests/visuals/osd-toolbars.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/visuals/osd-toolbars.ui b/tests/visuals/osd-toolbars.ui
index ec4d8ea044..3ac7df6159 100644
--- a/tests/visuals/osd-toolbars.ui
+++ b/tests/visuals/osd-toolbars.ui
@@ -104,8 +104,8 @@
<object class="GtkLabel" id="status_label">
<property name="visible">True</property>
<property name="label">OSD Toolbar</property>
- <property name="margin_left">10</property>
- <property name="margin_right">10</property>
+ <property name="margin_start">10</property>
+ <property name="margin_end">10</property>
</object>
</child>
</object>
@@ -204,8 +204,8 @@
<object class="GtkLabel" id="tb5_label">
<property name="visible">True</property>
<property name="label">Another kind of OSD toolbar</property>
- <property name="margin_left">10</property>
- <property name="margin_right">10</property>
+ <property name="margin_start">10</property>
+ <property name="margin_end">10</property>
</object>
</child>
</object>