Hide list headers.

We don't need to reorder elements so there is no need to show the
headers. (Spotted by aday)
This commit is contained in:
Ignacio Casal Quinteiro 2012-06-01 17:15:27 +02:00
parent 5c43a30a40
commit 7264c0b042

View file

@ -13,6 +13,7 @@
<property name="can_focus">True</property>
<property name="rules_hint">True</property>
<property name="fixed-height-mode">True</property>
<property name="headers-visible">False</property>
<child>
<object class="GtkTreeViewColumn" id="column_commit_list_subject">
<property name="title" translatable="yes">Subject</property>