[gitg/vala] Increase default window size



commit 82bc9fbe397cf4c1485b4172199b27ddb3d5ce77
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date:   Sun Apr 15 14:58:13 2012 +0200

    Increase default window size

 gitg/resources/ui/gitg-window.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-window.ui b/gitg/resources/ui/gitg-window.ui
index cddb1dc..2fec8ff 100644
--- a/gitg/resources/ui/gitg-window.ui
+++ b/gitg/resources/ui/gitg-window.ui
@@ -5,7 +5,7 @@
   <object class="GitgWindow" id="window">
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">gitg</property>
-    <property name="default_width">800</property>
+    <property name="default_width">1000</property>
     <property name="default_height">600</property>
     <child>
       <object class="GtkPaned" id="paned_main">



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