[gnome-software: 5/13] app-row: Rework the sizing




commit e8af4435c80ffa5f4294bf4f68ee8c0750b77d2f
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Jun 24 12:15:10 2021 +0200

    app-row: Rework the sizing
    
    This better matches the latest designs.

 src/gs-app-row.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gs-app-row.ui b/src/gs-app-row.ui
index 5c2845fb3..5a35a6688 100644
--- a/src/gs-app-row.ui
+++ b/src/gs-app-row.ui
@@ -9,14 +9,15 @@
     <child>
       <object class="GtkBox" id="box">
         <property name="visible">True</property>
-        <property name="margin_top">16</property>
-        <property name="margin_bottom">16</property>
+        <property name="margin_top">12</property>
+        <property name="margin_bottom">12</property>
+        <property name="margin_left">12</property>
+        <property name="margin_right">18</property>
         <property name="orientation">horizontal</property>
         <child>
           <object class="GtkImage" id="image">
             <property name="visible">True</property>
             <property name="pixel_size">64</property>
-            <property name="margin_start">24</property>
             <property name="valign">center</property>
           </object>
         </child>
@@ -194,7 +195,6 @@
             <property name="orientation">vertical</property>
             <property name="halign">center</property>
             <property name="valign">center</property>
-           <property name="margin-right">6</property>
             <child>
               <object class="GtkBox" id="button_box">
                <property name="visible">True</property>


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