Components.PreferencesWindow: Update default width again

Bump it up enough to ensure we get full-height headerbar text.
This commit is contained in:
Michael Gratton 2020-08-18 21:30:52 +10:00 committed by Michael James Gratton
parent 7033ba393f
commit 37b0f2e783

View file

@ -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;