[gnome-system-monitor/migrateui] Make the default preference dialog size a little larger



commit fea2ae33fa7e3fc69505da1557da6519c1d227a0
Author: Chris KÃhl <blixtra gmail com>
Date:   Sat Jul 28 15:16:08 2012 +0200

    Make the default preference dialog size a little larger
    
    Currently when the preference dialog is opened and the 'Process' tab
    is active, the 'Information fields' list is sqaushed to the point of
    uselessness. This change makes the default height match the default
    height of the main window, thus giving a little more space for the
    list.

 data/preferences.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/preferences.ui b/data/preferences.ui
index 5b705e6..68371f7 100644
--- a/data/preferences.ui
+++ b/data/preferences.ui
@@ -6,7 +6,7 @@
     <property name="border_width">5</property>
     <property name="title" translatable="yes">System Monitor Preferences</property>
     <property name="default_width">400</property>
-    <property name="default_height">420</property>
+    <property name="default_height">495</property>
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">dialog</property>
     <property name="has_resize_grip">False</property>



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