[gnome-control-center] search: Use margin-start/end instead of margin-left/right



commit 479ce6d0d2bcf3990fcc5e828ae741ec5818c3d9
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Tue Nov 19 22:30:56 2013 +0200

    search: Use margin-start/end instead of margin-left/right
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712661

 panels/search/search.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/search/search.ui b/panels/search/search.ui
index 8d42c0a..e4d2f97 100644
--- a/panels/search/search.ui
+++ b/panels/search/search.ui
@@ -4,8 +4,8 @@
       <object class="GtkBox" id="search_vbox">
         <property name="visible">True</property>
         <property name="orientation">vertical</property>
-        <property name="margin-left">134</property>
-        <property name="margin-right">134</property>
+        <property name="margin-start">134</property>
+        <property name="margin-end">134</property>
         <property name="margin-top">22</property>
         <property name="margin-bottom">22</property>
         <child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]