[gitg] history: expand main column and make bigger the date column



commit 5c7f0ceb5678dbfe7438082d7ef704a5b7da6d54
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Mar 19 12:32:01 2013 +0100

    history: expand main column and make bigger the date column

 plugins/history/resources/view-history.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plugins/history/resources/view-history.ui b/plugins/history/resources/view-history.ui
index 4b5a69c..ed54285 100644
--- a/plugins/history/resources/view-history.ui
+++ b/plugins/history/resources/view-history.ui
@@ -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>


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