[gnome-software: 1/3] gs-app-row: Use list-button style for buttons




commit b813c47ecfdbd288ca863fc180f026ebc566eae0
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Aug 12 16:02:09 2021 +0100

    gs-app-row: Use list-button style for buttons
    
    This changes their appearance to be a bit flatter. This should just
    affect the installed apps page; I don’t think buttons are visible on app
    rows on any other page.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Fixes: #1390

 src/gs-app-row.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/gs-app-row.ui b/src/gs-app-row.ui
index 1547eaa49..b2f380425 100644
--- a/src/gs-app-row.ui
+++ b/src/gs-app-row.ui
@@ -212,6 +212,9 @@
                         <property name="visible">False</property>
                         <property name="halign">end</property>
                         <property name="show-icon" bind-source="GsAppRow" bind-property="is-narrow" 
bind-flags="sync-create"/>
+                        <style>
+                          <class name="list-button"/>
+                        </style>
                       </object>
                     </child>
                  </object>


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