rind: Set fixed-height-mode on the playlist treeview

Now that we push row_added notifications into the main thread, we can
enable this optimization that makes the treeview more efficient.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2019-03-27 11:20:13 -04:00
parent 685b78cbf9
commit 9633e20de5
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@
<property name="can_focus">True</property>
<property name="hscroll_policy">natural</property>
<property name="vscroll_policy">natural</property>
<property name="fixed_height_mode">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>