From 37b0f2e78379b0fb58bfa156ba6335208c3c68f3 Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Tue, 18 Aug 2020 21:30:52 +1000 Subject: [PATCH] Components.PreferencesWindow: Update default width again Bump it up enough to ensure we get full-height headerbar text. --- src/client/components/components-preferences-window.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/components-preferences-window.vala b/src/client/components/components-preferences-window.vala index 7c97e781..b1bdfd7b 100644 --- a/src/client/components/components-preferences-window.vala +++ b/src/client/components/components-preferences-window.vala @@ -106,7 +106,7 @@ public class Components.PreferencesWindow : Hdy.PreferencesWindow { Application.PluginManager plugins) { Object( application: parent.application, - default_width: 450, + default_width: 540, transient_for: parent ); this.plugins = plugins;