gui: Remove hscrollbar from playlists treeview

This lets the treeview completely display all the playlists, rather than
cutting off the last few characters.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2015-03-04 09:58:57 -05:00
parent 119ea86401
commit e064a8c934
1 changed files with 1 additions and 0 deletions

View File

@ -823,6 +823,7 @@
<property name="can_focus">True</property>
<property name="margin_left">5</property>
<property name="margin_bottom">5</property>
<property name="hscrollbar_policy">never</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkTreeView" id="plist_treeview">