summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-01-07 17:40:09 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-01-25 15:37:34 +0100
commit4bad892707817e97de43b0be4b8d26c903064b12 (patch)
treed1d3c1bff302240d6ab26f9a6442af4dec704196
parentce1531a9dae86cde04797f7141a94d3c224e7b2f (diff)
downloadnetwork-manager-applet-4bad892707817e97de43b0be4b8d26c903064b12.tar.gz
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.
-rw-r--r--src/connection-editor/nm-connection-editor.ui4
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 292972ee..15e2a7b0 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">