Components.PreferencesWindow: Update default width again
Bump it up enough to ensure we get full-height headerbar text.
This commit is contained in:
parent
7033ba393f
commit
37b0f2e783
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue