[regexxer] Set the scrollbar policy to automatic for ScrolledWindow of the filetree and the textview to remove



commit 89acd58186027874ba1e95ab8c67e5442f884e4e
Author: Fabien Parent <parent f gmail com>
Date:   Mon Sep 21 22:25:54 2009 +0200

    Set the scrollbar policy to automatic for ScrolledWindow of the filetree and the textview to remove the ugly scrollbar when it's not necessary.

 ui/mainwindow.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/ui/mainwindow.ui b/ui/mainwindow.ui
index 56d3b0d..d00fcf9 100644
--- a/ui/mainwindow.ui
+++ b/ui/mainwindow.ui
@@ -513,6 +513,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="hscrollbar_policy">automatic</property>
+                            <property name="vscrollbar_policy">automatic</property>
                             <child>
                               <placeholder/>
                             </child>
@@ -670,6 +671,8 @@
                               <object class="GtkScrolledWindow" id="scrollwin_textview">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
+                                <property name="hscrollbar_policy">automatic</property>
+                                <property name="vscrollbar_policy">automatic</property>
                                 <child>
                                   <object class="GtkTextView" id="textview">
                                     <property name="visible">True</property>



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