[gnome-software] repos dialog: Make the dialog slightly wider and higher



commit 72d2fde6d757bf32c31b3225653c51fe3aa63c48
Author: Kalev Lember <klember redhat com>
Date:   Wed Feb 14 00:18:31 2018 +0100

    repos dialog: Make the dialog slightly wider and higher
    
    This syncs the default_width and default_height with what we use in the
    update dialog.

 src/gs-repos-dialog.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-repos-dialog.ui b/src/gs-repos-dialog.ui
index 3f69ebb3..dd6d3e1c 100644
--- a/src/gs-repos-dialog.ui
+++ b/src/gs-repos-dialog.ui
@@ -5,8 +5,8 @@
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Software Repositories</property>
     <property name="modal">True</property>
-    <property name="default_width">460</property>
-    <property name="default_height">500</property>
+    <property name="default_width">600</property>
+    <property name="default_height">600</property>
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">dialog</property>
     <property name="skip_taskbar_hint">True</property>


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