Increase a bit the width of the subject in the history view

This commit is contained in:
Jesse van den Kieboom 2012-06-02 16:04:22 +02:00
parent c6b2494ea0
commit f35267ba92

View file

@ -19,7 +19,7 @@
<property name="title" translatable="yes">Subject</property>
<property name="sizing">fixed</property>
<property name="resizable">True</property>
<property name="fixed-width">400</property>
<property name="fixed-width">600</property>
<child>
<object class="GitgGtkCellRendererLanes" id="renderer_commit_list_subject">
<property name="ellipsize">end</property>
@ -35,7 +35,7 @@
<property name="title" translatable="yes">Author</property>
<property name="sizing">fixed</property>
<property name="resizable">True</property>
<property name="fixed-width">200</property>
<property name="fixed-width">100</property>
<child>
<object class="GtkCellRendererText" id="renderer_commit_list_author">
<property name="ellipsize">end</property>