[gedit/wip/panels-as-stacks] Add a custom style to the bottom panel's stack switcher.



commit 411dfcc6f3cf7578f9a91201cdee62e236d91514
Author: Steve Frécinaux <code istique net>
Date:   Tue Jan 21 15:43:29 2014 +0100

    Add a custom style to the bottom panel's stack switcher.

 gedit/gedit-window.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gedit/gedit-window.ui b/gedit/gedit-window.ui
index 85e63df..690aad6 100644
--- a/gedit/gedit-window.ui
+++ b/gedit/gedit-window.ui
@@ -413,6 +413,9 @@
                               <object class="GtkStackSwitcher" id="bottom_panel_stack_switcher">
                                 <property name="visible">True</property>
                                 <property name="stack">bottom_panel</property>
+                                <style>
+                                  <class name="gedit-bottom-panel-stack-switcher"/>
+                                </style>
                               </object>
                               <packing>
                                 <property name="expand">False</property>


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