[gnome-photos] schema: Increase default window width for bigger thumbnails



commit 7f5d856fa3260fa0d2e0b7ce94d0c872279714a2
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Dec 10 14:45:20 2012 +0530

    schema: Increase default window width for bigger thumbnails
    
    With 768x600 windows it would show two columns of thumbnails and leave
    a sizeable gutter on the right. With 960x600 we can have three columns
    and no gutter.

 data/org.gnome.photos.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.photos.gschema.xml.in b/data/org.gnome.photos.gschema.xml.in
index eb086ba..1eb35bf 100644
--- a/data/org.gnome.photos.gschema.xml.in
+++ b/data/org.gnome.photos.gschema.xml.in
@@ -1,7 +1,7 @@
 <schemalist gettext-domain="gnome-photos">
   <schema id="org.gnome.photos" path="/org/gnome/photos/">
     <key name="window-size" type="ai">
-      <default>[768, 600]</default>
+      <default>[960, 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]