[gnome-weather] window: increase default window width to 760px



commit 2fa6b80ebd2f8a9005f6e49bc36f77783e39d4f0
Author: Björn Daase <bjoern daase net>
Date:   Thu Oct 1 23:01:55 2020 +0200

    window: increase default window width to 760px
    
    After the adoption of libhandy, we should make sure that the default
    window size ensures that the window is opened in the preferred mode for
    desktops. This means, that the ViewSwitcher should be at the top and
    expanded with icons next to the text.
    
    Furthermore, as a side effect, this makes the daily forecast accessible
    without scrolling.

 src/app/window.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/app/window.js b/src/app/window.js
index 58a46d6..0843091 100644
--- a/src/app/window.js
+++ b/src/app/window.js
@@ -44,7 +44,7 @@ var MainWindow = GObject.registerClass(
         this._currentPage = Page.SEARCH;
         this._pageWidgets = [[],[]];
 
-        this.set_default_size(650, 520);
+        this.set_default_size(760, 520);
 
         let aboutAction = new Gio.SimpleAction({
             enabled: true,


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