[polari] connections: Increase default size



commit 9e91dc04ddbce75172b02fee4e04f2ea6e54122d
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Apr 24 11:14:42 2014 +0200

    connections: Increase default size
    
    The current default size is rather conservative and closer to the
    minimum size - use a more generous default, to not require scrolling
    for even a small number of connections.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728643

 data/resources/connection-list-dialog.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/resources/connection-list-dialog.ui b/data/resources/connection-list-dialog.ui
index 7bece6b..ce7bcab 100644
--- a/data/resources/connection-list-dialog.ui
+++ b/data/resources/connection-list-dialog.ui
@@ -5,8 +5,8 @@
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Connections</property>
     <property name="modal">True</property>
-    <property name="default_width">320</property>
-    <property name="default_height">260</property>
+    <property name="default_width">500</property>
+    <property name="default_height">400</property>
     <property name="destroy_with_parent">True</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]