[gnome-control-center] connection-editor: Set default height to 600



commit 2252ee27b4e4a42342ce40151ee8e48326bef336
Author: Maximiliano Sandoval R <msandova protonmail com>
Date:   Mon Jun 6 15:57:01 2022 +0200

    connection-editor: Set default height to 600
    
    If the dialog cannot be resized might as well be big enough to not
    require scrolling on a big enough screen.

 panels/network/connection-editor/connection-editor.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/network/connection-editor/connection-editor.ui 
b/panels/network/connection-editor/connection-editor.ui
index 7456b7448..18031e8ac 100644
--- a/panels/network/connection-editor/connection-editor.ui
+++ b/panels/network/connection-editor/connection-editor.ui
@@ -5,7 +5,7 @@
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="default_width">500</property>
-    <property name="default_height">300</property>
+    <property name="default_height">600</property>
     <!-- This doesn't seem to work for a template, so it is also hardcoded. -->
     <property name="use_header_bar">1</property>
     <signal name="close-request" handler="close_request_cb" swapped="yes"/>


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