[baobab/wip/vala: 27/41] main window ui: mark toolbar as primary



commit b99b33e56c1ad96ef63277365003a4d818795f1f
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Jan 5 21:31:51 2012 -0500

    main window ui: mark toolbar as primary
    
    So that the theme draws it properly.

 data/baobab-main-window.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/baobab-main-window.ui b/data/baobab-main-window.ui
index 25a6ef2..fd467e6 100644
--- a/data/baobab-main-window.ui
+++ b/data/baobab-main-window.ui
@@ -9,6 +9,9 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="show_arrow">False</property>
+        <style>
+          <class name="primary-toolbar"/>
+        </style>
         <child>
           <object class="GtkToolButton" id="tbscanhome1">
             <property name="use_action_appearance">False</property>



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