mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 08:20:05 +00:00
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:
parent
57714b9774
commit
08f69c53a5
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user