From f1f1e90208584a1a77b778ef0537d935c2219503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bellegarde?= Date: Tue, 28 Feb 2023 23:42:16 +0100 Subject: [PATCH] client: use sane default size for dialogs --- src/client/components/components-preferences-window.vala | 3 ++- ui/accounts_editor.ui | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/client/components/components-preferences-window.vala b/src/client/components/components-preferences-window.vala index b2f7be9b..974db010 100644 --- a/src/client/components/components-preferences-window.vala +++ b/src/client/components/components-preferences-window.vala @@ -106,7 +106,8 @@ public class Components.PreferencesWindow : Hdy.PreferencesWindow { Application.PluginManager plugins) { Object( application: parent.application, - default_width: 540, + default_width: 800, + default_height: 600, transient_for: parent ); this.plugins = plugins; diff --git a/ui/accounts_editor.ui b/ui/accounts_editor.ui index dcd4f42f..179bf778 100644 --- a/ui/accounts_editor.ui +++ b/ui/accounts_editor.ui @@ -4,8 +4,8 @@