[gnome-software] Make title in headerbar bold



commit 7c54c887886bafe261b05bf6f6898911540dcb99
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Oct 24 19:15:19 2013 -0400

    Make title in headerbar bold
    
    This is the desired appearance. We use the same style class as
    GtkHeaderBar, to remain theme-friendly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710629

 src/gnome-software.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-software.ui b/src/gnome-software.ui
index 11aca21..040167c 100644
--- a/src/gnome-software.ui
+++ b/src/gnome-software.ui
@@ -115,6 +115,9 @@
                     <property name="can_focus">False</property>
                     <property name="label">GNU Image Manipulation Program</property>
                     <property name="selectable">False</property>
+                    <style>
+                      <class name="title"/>
+                    </style>
                   </object>
                   <packing>
                     <property name="expand">False</property>


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