[gitg/vala] Increase a bit the width of the subject in the history view



commit f35267ba92c2cd8acbcf20f5771648c2546066b2
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date:   Sat Jun 2 16:04:22 2012 +0200

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

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



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