summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Kasik <mkasik@redhat.com>2022-02-11 13:13:27 +0100
committerMarek Kasik <mkasik@redhat.com>2022-02-11 13:18:15 +0100
commit8fe87ac6ef508a707aec5817240f0257bdcef266 (patch)
tree1ddae26ae7768ad8377880dba4d607e074f298a3
parent2a2d7ec11156b9b117c73c810d4a0897add65acc (diff)
downloadgnome-control-center-8fe87ac6ef508a707aec5817240f0257bdcef266.tar.gz
printers: Use bold font for title of details dialog
All other dialogs have bold titles, this should too. Issue #1587
-rw-r--r--panels/printers/pp-details-dialog.ui3
1 files changed, 3 insertions, 0 deletions
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>