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
This commit is contained in:
Matthias Clasen 2015-01-08 22:27:47 -05:00
parent 57714b9774
commit 08f69c53a5

View File

@ -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">