[gitg] Do not use margin deprecated properties



commit b02ad6fb23a9efee76b2ad177a4af329ffad73cd
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Dec 14 21:25:34 2014 +0100

    Do not use margin deprecated properties

 gitg/resources/ui/gitg-commit-paned.ui          |    4 ++--
 gitg/resources/ui/gitg-commit-submodule-info.ui |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-commit-paned.ui b/gitg/resources/ui/gitg-commit-paned.ui
index 34fd96a..d0a8641 100644
--- a/gitg/resources/ui/gitg-commit-paned.ui
+++ b/gitg/resources/ui/gitg-commit-paned.ui
@@ -58,8 +58,8 @@
           <object class="GitgCommitSubmoduleDiffView" id="submodule_diff_view">
             <property name="visible">False</property>
             <property name="can_focus">False</property>
-            <property name="margin_left">12</property>
-            <property name="margin_right">12</property>
+            <property name="margin_start">12</property>
+            <property name="margin_end">12</property>
             <property name="margin_top">12</property>
             <property name="margin_bottom">12</property>
           </object>
diff --git a/gitg/resources/ui/gitg-commit-submodule-info.ui b/gitg/resources/ui/gitg-commit-submodule-info.ui
index 395f428..3765532 100644
--- a/gitg/resources/ui/gitg-commit-submodule-info.ui
+++ b/gitg/resources/ui/gitg-commit-submodule-info.ui
@@ -86,7 +86,7 @@
         <property name="can_focus">False</property>
         <property name="selectable">True</property>
         <property name="halign">start</property>
-        <property name="margin_left">12</property>
+        <property name="margin_start">12</property>
         <property name="margin_top">12</property>
         <property name="hexpand">True</property>
         <style>


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