[gnome-builder/wip/gtk4-port] libide/gui: make preferences window slightly bigger



commit fdb0d02bdf7b7890caaf00006ebc216189a1d31a
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jun 13 17:09:49 2022 -0700

    libide/gui: make preferences window slightly bigger

 src/libide/gui/ide-application-actions.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libide/gui/ide-application-actions.c b/src/libide/gui/ide-application-actions.c
index 19e5a7e76..669265977 100644
--- a/src/libide/gui/ide-application-actions.c
+++ b/src/libide/gui/ide-application-actions.c
@@ -86,8 +86,8 @@ ide_application_actions_preferences (GSimpleAction *action,
                          "context", context,
                          "mode", IDE_PREFERENCES_MODE_APPLICATION,
                          "transient-for", toplevel,
-                         "default-width", 1050,
-                         "default-height", 700,
+                         "default-width", 1080,
+                         "default-height", 720,
                          "title", _("Builder — Preferences"),
                          NULL);
   gtk_application_add_window (GTK_APPLICATION (self), window);


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