[epiphany/wip/exalm/gtk4-cleanups-3: 5/9] resources: Stop using GtkWidget:margin-left




commit 239266032ad949544e8130fb148775318354745b
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Dec 2 04:04:13 2021 +0500

    resources: Stop using GtkWidget:margin-left
    
    Use margin-start instead.

 src/resources/gtk/bookmark-row.ui    | 2 +-
 src/resources/gtk/encoding-dialog.ui | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/gtk/bookmark-row.ui b/src/resources/gtk/bookmark-row.ui
index 21372c7fc..b3f29d8de 100644
--- a/src/resources/gtk/bookmark-row.ui
+++ b/src/resources/gtk/bookmark-row.ui
@@ -11,7 +11,7 @@
         <child>
           <object class="GtkImage" id="favicon_image">
             <property name="visible">True</property>
-            <property name="margin_left">6</property>
+            <property name="margin-start">6</property>
           </object>
         </child>
         <child>
diff --git a/src/resources/gtk/encoding-dialog.ui b/src/resources/gtk/encoding-dialog.ui
index 4924a1b79..69c4ede94 100644
--- a/src/resources/gtk/encoding-dialog.ui
+++ b/src/resources/gtk/encoding-dialog.ui
@@ -33,7 +33,7 @@
               <object class="GtkLabel">
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
-                <property name="margin_left">6</property>
+                <property name="margin-start">6</property>
                 <property name="hexpand">True</property>
                 <property name="label" translatable="yes">Use the encoding specified by the 
document</property>
                 <property name="wrap">True</property>


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