[dconf] editor: Set shadow type for on scrolled windows to "in"



commit 428f010d50567819f1a3edf749f24931f8105514
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date:   Sun May 8 18:21:52 2011 +0200

    editor: Set shadow type for on scrolled windows to "in"
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=641293

 editor/dconf-editor.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/editor/dconf-editor.ui b/editor/dconf-editor.ui
index 7416425..f4c956e 100644
--- a/editor/dconf-editor.ui
+++ b/editor/dconf-editor.ui
@@ -26,6 +26,7 @@
             <property name="can_focus">True</property>
             <property name="hscrollbar_policy">never</property>
             <property name="vscrollbar_policy">automatic</property>
+            <property name="shadow_type">in</property>
             <child>
               <placeholder/>
             </child>
@@ -247,6 +248,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>
                   <placeholder/>
                 </child>



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