summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-12 22:32:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-12 22:32:51 -0400
commit1d099fbfaeba23b5839f9854c10a57989363bebd (patch)
treefc65e379ee5f016c793a313b09dec4b371bb01f6 /demos
parent8f9e50de8011656e663625c115f7a1d92d656844 (diff)
downloadgtk+-1d099fbfaeba23b5839f9854c10a57989363bebd.tar.gz
gtk-demo: Don't use margin-left/right
Instead, use margin-start/end, which are the non-deprecated replacements.
Diffstat (limited to 'demos')
-rw-r--r--demos/gtk-demo/main.ui7
1 files changed, 3 insertions, 4 deletions
diff --git a/demos/gtk-demo/main.ui b/demos/gtk-demo/main.ui
index 707927b041..6d8f6c016c 100644
--- a/demos/gtk-demo/main.ui
+++ b/demos/gtk-demo/main.ui
@@ -128,8 +128,8 @@
<object class="GtkTextView" id="info-textview">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="margin_left">20</property>
- <property name="margin_right">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="pixels_above_lines">2</property>
@@ -165,9 +165,8 @@
<object class="GtkTextView" id="source-textview">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="margin_left">20</property>
+ <property name="margin_start">20</property>
<property name="margin_end">20</property>
- <property name="margin_right">20</property>
<property name="margin_top">20</property>
<property name="margin_bottom">20</property>
<property name="editable">False</property>