[gnome-software: 1/3] gs-details-page: Use title-2 style on top headings in context dialogs




commit 33f224084db843b5896b8da40ac50250ed787e96
Author: Philip Withnall <pwithnall endlessos org>
Date:   Sun Feb 20 11:10:30 2022 +0000

    gs-details-page: Use title-2 style on top headings in context dialogs
    
    The `title-1` and `heading` styles were conflicting to produce text
    smaller than desired.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Fixes: #1634

 src/gs-age-rating-context-dialog.ui       | 3 +--
 src/gs-hardware-support-context-dialog.ui | 3 +--
 src/gs-safety-context-dialog.ui           | 3 +--
 src/gs-storage-context-dialog.ui          | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/src/gs-age-rating-context-dialog.ui b/src/gs-age-rating-context-dialog.ui
index bdcf880f0..cf38671c0 100644
--- a/src/gs-age-rating-context-dialog.ui
+++ b/src/gs-age-rating-context-dialog.ui
@@ -53,8 +53,7 @@
                         <property name="wrap">True</property>
                         <property name="xalign">0.5</property>
                         <style>
-                          <class name="title-1"/>
-                          <class name="heading"/>
+                          <class name="title-2"/>
                         </style>
                       </object>
                     </child>
diff --git a/src/gs-hardware-support-context-dialog.ui b/src/gs-hardware-support-context-dialog.ui
index 782fe176c..93edbe319 100644
--- a/src/gs-hardware-support-context-dialog.ui
+++ b/src/gs-hardware-support-context-dialog.ui
@@ -53,8 +53,7 @@
                         <property name="wrap">True</property>
                         <property name="xalign">0.5</property>
                         <style>
-                          <class name="title-1"/>
-                          <class name="heading"/>
+                          <class name="title-2"/>
                         </style>
                       </object>
                     </child>
diff --git a/src/gs-safety-context-dialog.ui b/src/gs-safety-context-dialog.ui
index f6385a3c9..66793f724 100644
--- a/src/gs-safety-context-dialog.ui
+++ b/src/gs-safety-context-dialog.ui
@@ -53,8 +53,7 @@
                         <property name="wrap">True</property>
                         <property name="xalign">0.5</property>
                         <style>
-                          <class name="title-1"/>
-                          <class name="heading"/>
+                          <class name="title-2"/>
                         </style>
                       </object>
                     </child>
diff --git a/src/gs-storage-context-dialog.ui b/src/gs-storage-context-dialog.ui
index 3ef1a9061..a6d79d09c 100644
--- a/src/gs-storage-context-dialog.ui
+++ b/src/gs-storage-context-dialog.ui
@@ -53,8 +53,7 @@
                         <property name="wrap">True</property>
                         <property name="xalign">0.5</property>
                         <style>
-                          <class name="title-1"/>
-                          <class name="heading"/>
+                          <class name="title-2"/>
                         </style>
                       </object>
                     </child>


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