[gnome-control-center] printers: Use bold font for title of details dialog



commit 8fe87ac6ef508a707aec5817240f0257bdcef266
Author: Marek Kasik <mkasik redhat com>
Date:   Fri Feb 11 13:13:27 2022 +0100

    printers: Use bold font for title of details dialog
    
    All other dialogs have bold titles, this should too.
    
    Issue #1587

 panels/printers/pp-details-dialog.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/panels/printers/pp-details-dialog.ui b/panels/printers/pp-details-dialog.ui
index 5339cd94e..544bf8d81 100644
--- a/panels/printers/pp-details-dialog.ui
+++ b/panels/printers/pp-details-dialog.ui
@@ -16,6 +16,9 @@
             <property name="max_width_chars">30</property>
             <property name="ellipsize">middle</property>
             <property name="hexpand">true</property>
+            <attributes>
+              <attribute name="weight" value="bold"/>
+            </attributes>
           </object>
         </child>
       </object>


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