[gtranslator: 11/15] replace margin-{left, right} > margin-{start, end}




commit b6829e3112f9d0353bc5c80962505252b482a044
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Wed Mar 16 11:58:16 2022 +0100

    replace margin-{left,right} > margin-{start,end}
    
    The former is deprecated.

 src/gtr-dl-teams.ui           | 4 ++--
 src/gtr-filter-selection.ui   | 4 ++--
 src/gtr-notebook.ui           | 8 ++++----
 src/gtr-preferences-dialog.ui | 4 ++--
 src/gtr-projects.ui           | 4 ++--
 src/gtr-tab.ui                | 6 +++---
 6 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/src/gtr-dl-teams.ui b/src/gtr-dl-teams.ui
index 6ee004fa..c9653d54 100644
--- a/src/gtr-dl-teams.ui
+++ b/src/gtr-dl-teams.ui
@@ -180,8 +180,8 @@
       <object class="GtkBox">
         <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="margin_top">6</property>
         <property name="margin_bottom">6</property>
         <property name="orientation">vertical</property>
diff --git a/src/gtr-filter-selection.ui b/src/gtr-filter-selection.ui
index 1029f02a..596ab9cb 100644
--- a/src/gtr-filter-selection.ui
+++ b/src/gtr-filter-selection.ui
@@ -9,8 +9,8 @@
       <object class="GtkBox">
         <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="margin_top">6</property>
         <property name="margin_bottom">6</property>
         <property name="orientation">vertical</property>
diff --git a/src/gtr-notebook.ui b/src/gtr-notebook.ui
index cf0a0f41..62fafc05 100644
--- a/src/gtr-notebook.ui
+++ b/src/gtr-notebook.ui
@@ -13,8 +13,8 @@
       <object class="GtkBox">
         <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="margin_top">6</property>
         <property name="margin_bottom">6</property>
         <property name="orientation">vertical</property>
@@ -91,8 +91,8 @@
       <object class="GtkBox">
         <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="margin_top">6</property>
         <property name="margin_bottom">6</property>
         <property name="orientation">vertical</property>
diff --git a/src/gtr-preferences-dialog.ui b/src/gtr-preferences-dialog.ui
index b62c23e4..d5de0369 100644
--- a/src/gtr-preferences-dialog.ui
+++ b/src/gtr-preferences-dialog.ui
@@ -112,8 +112,8 @@
               <object class="GtkGrid" id="grid1">
                 <property name="visible">True</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>
                 <property name="row_spacing">6</property>
diff --git a/src/gtr-projects.ui b/src/gtr-projects.ui
index 7163095a..02c86863 100644
--- a/src/gtr-projects.ui
+++ b/src/gtr-projects.ui
@@ -105,8 +105,8 @@
       <object class="GtkBox">
         <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="margin_top">6</property>
         <property name="margin_bottom">6</property>
         <property name="orientation">vertical</property>
diff --git a/src/gtr-tab.ui b/src/gtr-tab.ui
index 3ff5a093..d24ad33f 100644
--- a/src/gtr-tab.ui
+++ b/src/gtr-tab.ui
@@ -15,7 +15,7 @@
             <property name="width-request">525</property>
             <property name="halign">end</property>
             <property name="valign">start</property>
-            <property name="margin-right">12</property>
+            <property name="margin-end">12</property>
             <property name="reveal-child">false</property>
             <property name="visible">True</property>
             <signal name="notify::child-revealed" handler="gtr_page_notify_child_revealed" swapped="true" 
object="GtrTab"/>
@@ -231,8 +231,8 @@
                   <object class="GtkBox">
                     <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="margin_top">6</property>
                     <property name="margin_bottom">6</property>
                     <property name="orientation">horizontal</property>


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