[baobab] Add css class to the toolbar so that we can set a border



commit 1c53ed3c0e33745af5be35135f17e6eaf21181d7
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Aug 5 12:59:02 2012 +0200

    Add css class to the toolbar so that we can set a border

 src/baobab-main-window.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/baobab-main-window.ui b/src/baobab-main-window.ui
index a0588af..2367194 100644
--- a/src/baobab-main-window.ui
+++ b/src/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="baobab-toolbar"/>
+        </style>
         <child>
           <object class="GtkToolItem" id="home-page-toolitem">
             <property name="visible">True</property>



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