[polari] userDetails: Don't set margin-left



commit 90d0d3e5708ee10277d1fd9d19b427d626c4fe8b
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Oct 10 02:33:33 2020 +0200

    userDetails: Don't set margin-left
    
    It already defaults to 0, and only the text-direction aware -start/-end
    properties exist in GTK4, so simply remove it.
    
    https://gitlab.gnome.org/GNOME/polari/-/merge_requests/174

 data/resources/user-details.ui | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/data/resources/user-details.ui b/data/resources/user-details.ui
index 5be95975..a460fdae 100644
--- a/data/resources/user-details.ui
+++ b/data/resources/user-details.ui
@@ -44,7 +44,6 @@
                           bind-property="visible" bind-flags="sync-create"/>
                 <property name="no-show-all">True</property>
                 <property name="halign">start</property>
-                <property name="margin-left">0</property>
                 <style>
                   <class name="dim-label" />
                 </style>
@@ -97,7 +96,6 @@
                 <property name="icon-name">avatar-default-symbolic</property>
                 <property name="visible">True</property>
                 <property name="halign">start</property>
-                <property name="margin-left">0</property>
                 <style>
                   <class name="dim-label" />
                 </style>
@@ -136,7 +134,6 @@
                           bind-property="opacity" bind-flags="sync-create"/>
                 <property name="no-show-all">True</property>
                 <property name="halign">start</property>
-                <property name="margin-left">0</property>
                 <style>
                   <class name="dim-label" />
                 </style>


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