[network-manager-applet] editor: make the window a bit larger by default



commit 4bad892707817e97de43b0be4b8d26c903064b12
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Sat Jan 7 17:40:09 2017 +0100

    editor: make the window a bit larger by default
    
    No idea what is actually sane. Nobody is hopefully running this on lower
    than VGA resolution.

 src/connection-editor/nm-connection-editor.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/connection-editor/nm-connection-editor.ui b/src/connection-editor/nm-connection-editor.ui
index 292972e..15e2a7b 100644
--- a/src/connection-editor/nm-connection-editor.ui
+++ b/src/connection-editor/nm-connection-editor.ui
@@ -6,8 +6,8 @@
     <property name="border_width">5</property>
     <property name="title" translatable="yes">Network Connections</property>
     <property name="window_position">center</property>
-    <property name="default_width">400</property>
-    <property name="default_height">300</property>
+    <property name="default_width">600</property>
+    <property name="default_height">400</property>
     <property name="icon_name">preferences-system-network</property>
     <property name="type_hint">dialog</property>
     <child internal-child="vbox">


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