[gitg/vala] Hide list headers.



commit 7264c0b042dfada85000bfb3562500295e76b130
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Jun 1 17:15:27 2012 +0200

    Hide list headers.
    
    We don't need to reorder elements so there is no need to show the
    headers. (Spotted by aday)

 plugins/history/resources/view-history.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/history/resources/view-history.ui b/plugins/history/resources/view-history.ui
index 7512119..e44abf3 100644
--- a/plugins/history/resources/view-history.ui
+++ b/plugins/history/resources/view-history.ui
@@ -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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]