[gnome-software/wjt/app-tile-typography: 4/4] feature-tile: Use body class for subtitle




commit 5095c4a95dce1b1eafb6e7b8df82a247f8c760de
Author: Will Thompson <wjt endlessos org>
Date:   Fri Jul 30 19:48:51 2021 +0100

    feature-tile: Use body class for subtitle
    
    The caption style is smaller than the style used for normal app tiles,
    and looks way too small next to the large app name.
    
    With this change, apps in the carousel have a larger name than in a
    regular tile, and the description is the same size in both places.

 src/gs-feature-tile.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-feature-tile.ui b/src/gs-feature-tile.ui
index 13c222d1d..aa057282d 100644
--- a/src/gs-feature-tile.ui
+++ b/src/gs-feature-tile.ui
@@ -62,7 +62,7 @@
                 <property name="lines">1</property>
                 <property name="justify">center</property>
                 <style>
-                  <class name="caption"/>
+                  <class name="body"/>
                 </style>
               </object>
             </child>


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