[gnome-software: 2/5] app-row: Drop the spacing in vertical boxes




commit 7a498d0b13e0eab43164c020eaa11d5701155c1d
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Feb 9 15:39:52 2022 +0100

    app-row: Drop the spacing in vertical boxes
    
    This helps the row look more like AdwActionRow.

 src/gs-app-row.ui | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/src/gs-app-row.ui b/src/gs-app-row.ui
index 3d931f837..a11a6957b 100644
--- a/src/gs-app-row.ui
+++ b/src/gs-app-row.ui
@@ -22,7 +22,6 @@
           <object class="GtkBox" id="name_box">
             <property name="orientation">vertical</property>
             <property name="margin-start">12</property>
-            <property name="spacing">4</property>
             <property name="valign">center</property>
             <property name="hexpand">True</property>
             <child>
@@ -73,7 +72,6 @@
               <object class="GtkBox" id="description_box">
                 <property name="margin_top">3</property>
                 <property name="orientation">vertical</property>
-                <property name="spacing">3</property>
                 <property name="valign">center</property>
                 <child>
                   <object class="GtkLabel" id="description_label">
@@ -89,7 +87,6 @@
                 </child>
                 <child>
                   <object class="GtkBox" id="box_tag">
-                    <property name="spacing">4</property>
                     <property name="orientation">vertical</property>
                     <child>
                       <object class="GtkBox" id="box_desc">


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