[epiphany] window: set sane default width and height



commit a4fed98b695fff516c6a74d9c015ef9dc322f87d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Oct 8 19:19:36 2016 -0500

    window: set sane default width and height
    
    Now in fewer than 10,000 lines of code!

 src/ephy-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index f9714c3..f741b37 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3094,6 +3094,8 @@ ephy_window_new (void)
 {
   return g_object_new (EPHY_TYPE_WINDOW,
                        "application", GTK_APPLICATION (ephy_shell_get_default ()),
+                       "default-height", 768,
+                       "default-width", 1024,
                        "icon-name", "org.gnome.Epiphany",
                        NULL);
 }


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