[geary/mjog/port-to-libhandy-1: 5/7] Components.PreferencesWindow: Update default width again




commit 37b0f2e78379b0fb58bfa156ba6335208c3c68f3
Author: Michael Gratton <mike vee net>
Date:   Tue Aug 18 21:30:52 2020 +1000

    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 7c97e781d..b1bdfd7b5 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;


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