history: expand main column and make bigger the date column

This commit is contained in:
Ignacio Casal Quinteiro 2013-03-19 12:32:01 +01:00
parent 4d9ba31fbd
commit 5c7f0ceb56

View file

@ -19,6 +19,7 @@
<property name="title" translatable="yes">Subject</property>
<property name="sizing">fixed</property>
<property name="resizable">True</property>
<property name="expand">True</property>
<property name="fixed-width">600</property>
<child>
<object class="GitgGtkCellRendererLanes" id="renderer_commit_list_subject">
@ -51,7 +52,7 @@
<property name="title" translatable="yes">Date</property>
<property name="sizing">fixed</property>
<property name="resizable">True</property>
<property name="fixed-width">150</property>
<property name="fixed-width">250</property>
<child>
<object class="GdStyledTextRenderer" id="renderer_commit_list_date">
<property name="ellipsize">end</property>