~javier.collado/bugtimetracker/trunk

« back to all changes in this revision

Viewing changes to bugtimetracker/ui/tab/age.ui

  • Committer: Javier Collado
  • Date: 2012-04-20 19:03:46 UTC
  • Revision ID: javier.collado@canonical.com-20120420190346-5thqb5hvx5c1qvse
Added project column to age tab

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
              </object>
65
65
            </child>
66
66
            <child>
 
67
              <object class="GtkTreeViewColumn" id="project_column">
 
68
                <property name="title" translatable="yes">Project</property>
 
69
                <property name="sort_indicator">True</property>
 
70
                <property name="sort_column_id">1</property>
 
71
                <child>
 
72
                  <object class="GtkCellRendererText" id="project_text"/>
 
73
                  <attributes>
 
74
                    <attribute name="text">1</attribute>
 
75
                  </attributes>
 
76
                </child>
 
77
              </object>
 
78
            </child>
 
79
            <child>
67
80
              <object class="GtkTreeViewColumn" id="age_column">
68
81
                <property name="title" translatable="yes">Age</property>
69
82
                <property name="clickable">True</property>
70
83
                <property name="sort_indicator">True</property>
71
 
                <property name="sort_column_id">1</property>
 
84
                <property name="sort_column_id">2</property>
72
85
                <child>
73
86
                  <object class="GtkCellRendererText" id="age_renderer"/>
74
87
                  <attributes>
75
 
                    <attribute name="text">1</attribute>
 
88
                    <attribute name="text">2</attribute>
76
89
                  </attributes>
77
90
                </child>
78
91
              </object>