[gnome-software/1635-context-tile-dialogs-rows-look-compressed] gs-context-dialog-row: Add margin to have a uniform row height for 1 and 2 lines of text



commit 33a1913fdea08f556626a3e117131cbb2a5637cd
Author: Milan Crha <mcrha redhat com>
Date:   Thu Feb 17 18:22:31 2022 +0100

    gs-context-dialog-row: Add margin to have a uniform row height for 1 and 2 lines of text
    
    Rows with one and two lines of text have the same height now.
    
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1635

 src/gs-context-dialog-row.ui | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/gs-context-dialog-row.ui b/src/gs-context-dialog-row.ui
index 7777b4dd6..f759f9bf1 100644
--- a/src/gs-context-dialog-row.ui
+++ b/src/gs-context-dialog-row.ui
@@ -10,6 +10,8 @@
         <property name="halign">center</property>
         <property name="valign">center</property>
         <property name="hexpand">False</property>
+        <property name="margin-top">8</property>
+        <property name="margin-bottom">8</property>
         <style>
           <class name="context-tile-lozenge"/>
           <class name="grey"/>


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