[gnome-software/addons-tweak-spacing] gs-details-page: Tweak spacing of add-ons




commit fa2cad59f8958214abc222d3ca8ffdbe4c5f772d
Author: Phaedrus Leeds <mwleeds endlessos org>
Date:   Thu Feb 4 11:17:04 2021 -0800

    gs-details-page: Tweak spacing of add-ons
    
    This is a follow-up to !598 since I didn't pay close enough attention to
    making the spacing of the UI elements match the designs in #1111

 src/gs-app-addon-row.ui | 4 +++-
 src/gs-details-page.ui  | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-app-addon-row.ui b/src/gs-app-addon-row.ui
index 1e141a2e8..ee61b6e5a 100644
--- a/src/gs-app-addon-row.ui
+++ b/src/gs-app-addon-row.ui
@@ -14,13 +14,15 @@
         <child>
           <object class="GtkBox" id="name_box">
             <property name="visible">True</property>
-            <property name="margin_start">12</property>
+            <property name="margin-top">5</property>
+            <property name="margin-bottom">5</property>
             <property name="orientation">vertical</property>
             <property name="valign">start</property>
             <property name="hexpand">True</property>
             <child>
               <object class="GtkLabel" id="name_label">
                 <property name="visible">True</property>
+                <property name="margin-bottom">5</property>
                 <property name="wrap">True</property>
                 <property name="max_width_chars">20</property>
                 <property name="xalign">0.0</property>
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index 456c3e540..a654049fa 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -398,7 +398,7 @@
                               <object class="GtkBox" id="box_addons_title">
                                 <property name="visible">True</property>
                                 <property name="orientation">vertical</property>
-                                <property name="margin_bottom">18</property>
+                                <property name="margin_bottom">12</property>
                                 <child>
                                   <object class="GtkLabel" id="label_addons_title">
                                     <property name="visible">True</property>


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