[gnome-todo] ui: change default window size to show 3 columns



commit d4f414e95cb10f219ac722cd26e9e94a81cdfe72
Author: UTkarsh <utkarshme96 gmail com>
Date:   Fri Mar 10 15:56:31 2017 +0530

    ui: change default window size to show 3 columns
    
    When restoring window from full screen for the first time, the windows
    becomes a little too small for displaying three columns but remains too
    big for two columns. Stays this way until the user resizes the window.
    
    The default size was changed from 768 to 800 to accommodate the three
    task list columns.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777551

 data/org.gnome.todo.gschema.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.todo.gschema.xml b/data/org.gnome.todo.gschema.xml
index 35a75a5..7e59be8 100644
--- a/data/org.gnome.todo.gschema.xml
+++ b/data/org.gnome.todo.gschema.xml
@@ -7,7 +7,7 @@
             <description>Window maximized state</description>
         </key>
         <key name="window-size" type="ai">
-            <default>[768, 600]</default>
+            <default>[800, 600]</default>
             <summary>Window size</summary>
             <description>Window size (width and height).</description>
         </key>


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