gui: Enable GtkTreeView fixed-height mode

Tracks information should always be the same height, so we can safely
enable this as a quick speed up to the treeview.

Fixes #52: Enable GtkTreeView fixed height mode
Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-06-03 13:11:40 -04:00
parent 6c8733bbbb
commit 3a08828dda
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
6.4.13:
- Enable GtkTreeView fixed-height mode
6.4.13-rc:
- Rewrite GtkTreeView code
- Save and Restore treeview column widths

View File

@ -1123,6 +1123,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="enable_search">False</property>
<property name="fixed_height_mode">True</property>
<property name="rubber_banding">True</property>
<property name="tooltip_column">9</property>
<signal name="button-press-event" handler="__view_button_press" swapped="no"/>