[devhelp] preferences: show a frame around the book shelf treeview



commit ba05216b0e3106e4d2ef476394ee6eaab9d7826c
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu May 19 01:07:32 2011 -0400

    preferences: show a frame around the book shelf treeview
    
    It's in a scrolled window, so the tree is "floating" in the window
    without a frame.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650542

 data/ui/devhelp.builder |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/devhelp.builder b/data/ui/devhelp.builder
index 098bbc8..ae131df 100644
--- a/data/ui/devhelp.builder
+++ b/data/ui/devhelp.builder
@@ -78,6 +78,7 @@
                                 <property name="can_focus">True</property>
                                 <property name="hscrollbar_policy">automatic</property>
                                 <property name="vscrollbar_policy">automatic</property>
+                                <property name="shadow-type">in</property>
                                 <child>
                                   <object class="GtkTreeView" id="bookshelf_treeview">
                                     <property name="visible">True</property>



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