[gtk+] file chooser: Don't force a scrollbar



commit 08f69c53a5b8c23e23d157cee061d72249e090a9
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jan 8 22:27:47 2015 -0500

    file chooser: Don't force a scrollbar
    
    No point in showing the scrollbar when it is not needed.
    https://bugzilla.gnome.org/show_bug.cgi?id=742343

 gtk/ui/gtkfilechooserwidget.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui
index a1aed08..63ccda8 100644
--- a/gtk/ui/gtkfilechooserwidget.ui
+++ b/gtk/ui/gtkfilechooserwidget.ui
@@ -167,7 +167,6 @@
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="hscrollbar_policy">never</property>
-                        <property name="vscrollbar_policy">always</property>
                         <property name="shadow_type">none</property>
                         <child>
                           <object class="GtkTreeView" id="browse_files_tree_view">


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