[meld: 172/180] data/ui: Replace deprecated margin-left and margin-right properties



commit fd4fc7fbf1dccc9cf2adc27445a85ad30f7dc7af
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Jul 4 08:45:41 2015 +1000

    data/ui: Replace deprecated margin-left and margin-right properties

 data/ui/filediff.ui     |    8 ++++----
 data/ui/patch-dialog.ui |    2 +-
 data/ui/vcview.ui       |   10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/data/ui/filediff.ui b/data/ui/filediff.ui
index afd0080..4e5d8cc 100644
--- a/data/ui/filediff.ui
+++ b/data/ui/filediff.ui
@@ -363,7 +363,7 @@
                     <property name="visible">False</property>
                     <property name="can_focus">False</property>
                     <property name="receives_default">False</property>
-                    <property name="margin_left">12</property>
+                    <property name="margin-start">12</property>
                     <child>
                       <object class="GtkLabel" id="filelabel2">
                         <property name="visible">True</property>
@@ -434,7 +434,7 @@
                     <property name="visible">False</property>
                     <property name="can_focus">False</property>
                     <property name="receives_default">False</property>
-                    <property name="margin_left">12</property>
+                    <property name="margin-start">12</property>
                     <child>
                       <object class="GtkLabel" id="filelabel1">
                         <property name="visible">True</property>
@@ -505,7 +505,7 @@
                     <property name="visible">False</property>
                     <property name="can_focus">False</property>
                     <property name="receives_default">False</property>
-                    <property name="margin_left">12</property>
+                    <property name="margin-start">12</property>
                     <child>
                       <object class="GtkLabel" id="filelabel0">
                         <property name="visible">True</property>
@@ -794,7 +794,7 @@
         <child>
           <object class="MeldStatusBar" id="statusbar">
             <property name="visible">True</property>
-            <property name="margin-right">12</property>
+            <property name="margin-end">12</property>
           </object>
           <packing>
             <property name="expand">False</property>
diff --git a/data/ui/patch-dialog.ui b/data/ui/patch-dialog.ui
index 9b9b45f..eb2ab94 100644
--- a/data/ui/patch-dialog.ui
+++ b/data/ui/patch-dialog.ui
@@ -98,7 +98,7 @@
               <object class="GtkBox" id="side_selection_box">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="margin_left">18</property>
+                <property name="margin-start">18</property>
                 <property name="orientation">vertical</property>
                 <child>
                   <object class="GtkRadioButton" id="left_radiobutton">
diff --git a/data/ui/vcview.ui b/data/ui/vcview.ui
index 56890ca..976c7b5 100644
--- a/data/ui/vcview.ui
+++ b/data/ui/vcview.ui
@@ -428,8 +428,8 @@
               <object class="GtkToolItem" id="fileentry_toolitem0">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="margin_left">4</property>
-                <property name="margin_right">12</property>
+                <property name="margin-start">4</property>
+                <property name="margin-end">12</property>
                 <child>
                   <object class="GtkFileChooserButton" id="fileentry">
                     <property name="visible">True</property>
@@ -447,7 +447,7 @@
               <object class="GtkToolItem" id="fileentry_toolitem1">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="margin_right">4</property>
+                <property name="margin-end">4</property>
                 <child>
                   <object class="GtkComboBox" id="combobox_vcs">
                     <property name="visible">True</property>
@@ -563,8 +563,8 @@
               <object class="GtkBox" id="console_vbox">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="margin_left">6</property>
-                <property name="margin_right">6</property>
+                <property name="margin-start">6</property>
+                <property name="margin-end">6</property>
                 <property name="orientation">vertical</property>
                 <child>
                   <object class="GtkLabel" id="label5">


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