[gnome-builder] headerbar: set titles to bold



commit edfa4d80159aaceb438774b080272a4a6b9d6c77
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Mon Oct 10 19:31:47 2016 +0200

    headerbar: set titles to bold
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772710

 libide/greeter/ide-greeter-perspective.ui |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/libide/greeter/ide-greeter-perspective.ui b/libide/greeter/ide-greeter-perspective.ui
index 0c8b59f..a4ee8d2 100644
--- a/libide/greeter/ide-greeter-perspective.ui
+++ b/libide/greeter/ide-greeter-perspective.ui
@@ -288,17 +288,26 @@
           <object class="GtkLabel" id="browse_title">
             <property name="visible">true</property>
             <property name="label" translatable="yes">Select a Project</property>
+            <attributes>
+              <attribute name="weight" value="bold"/>
+            </attributes>
           </object>
         </child>
         <child>
           <object class="GtkLabel" id="selection_title">
             <property name="visible">true</property>
             <property name="label" translatable="yes">Click an item to select</property>
+            <attributes>
+              <attribute name="weight" value="bold"/>
+            </attributes>
           </object>
         </child>
         <child>
           <object class="GtkLabel" id="genesis_title">
             <property name="visible">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]