[gnome-software: 2/3] gs-app-row: Fix vertical alignment of ‘Installed’ label and icon




commit 8c9f1bae8516709526e93214530289a4c42e6351
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed Dec 16 14:46:31 2020 +0000

    gs-app-row: Fix vertical alignment of ‘Installed’ label and icon
    
    They’re now both aligned on the same centre line.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 src/gs-app-row.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-app-row.ui b/src/gs-app-row.ui
index 109881c33..d2d744715 100644
--- a/src/gs-app-row.ui
+++ b/src/gs-app-row.ui
@@ -148,7 +148,6 @@
                            <property name="visible">True</property>
                            <property name="halign">center</property>
                            <property name="valign">center</property>
-                           <property name="margin-bottom">4</property>
                            <property name="pixel-size">16</property>
                            <property name="icon-name">software-installed-symbolic</property>
                            <style>
@@ -160,6 +159,7 @@
                        <child>
                          <object class="GtkLabel" id="installed-label">
                            <property name="visible">True</property>
+                           <property name="valign">center</property>
                            <property name="label" translatable="yes">Installed</property>
                            <style>
                              <class name="app-row-installed-label"/>


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