[polari] ui: Increase default window size ...



commit 3b89b127d1b8cd891114816ee6af560f71941b30
Author: Florian Müllner <fmuellner gnome org>
Date:   Sun Jul 28 19:30:17 2013 +0200

    ui: Increase default window size ...
    
    ... to account for the larger sidebars.

 data/resources/main-window.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/resources/main-window.ui b/data/resources/main-window.ui
index 1f4f8ee..a9914a3 100644
--- a/data/resources/main-window.ui
+++ b/data/resources/main-window.ui
@@ -16,8 +16,8 @@
   <object class="GtkApplicationWindow" id="main_window">
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Polari</property>
-    <property name="default_width">600</property>
-    <property name="default_height">400</property>
+    <property name="default_width">800</property>
+    <property name="default_height">500</property>
     <property name="icon_name">polari</property>
     <style>
       <class name="polari-main-window"/>


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