[gnome-control-center/wip/gbsneto/connection-editor: 4/9] network: Reduce connection editor dialog width



commit 1ed642de09b79e2a896b3f92e9a489a92624f702
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun May 21 13:46:10 2017 -0300

    network: Reduce connection editor dialog width
    
    The current default width is 600px, which is a bit too much
    and leaves a lot of blank space.
    
    Fix that by reducing the default width to 500px.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779841

 .../network/connection-editor/connection-editor.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/network/connection-editor/connection-editor.ui 
b/panels/network/connection-editor/connection-editor.ui
index 6e3e1f7..4495c72 100644
--- a/panels/network/connection-editor/connection-editor.ui
+++ b/panels/network/connection-editor/connection-editor.ui
@@ -6,7 +6,7 @@
     <property name="border_width">0</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
-    <property name="default_width">600</property>
+    <property name="default_width">500</property>
     <property name="default_height">300</property>
     <property name="type_hint">dialog</property>
     <property name="use_header_bar">1</property>


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