[gnome-color-manager] trivial: make the horizontal width of the panel less huge



commit ecdb69eeb04b2ea72eed4347059849b434c482f5
Author: Richard Hughes <richard hughsie com>
Date:   Fri Oct 8 18:25:56 2010 +0100

    trivial: make the horizontal width of the panel less huge

 src/cc-color-panel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/cc-color-panel.c b/src/cc-color-panel.c
index 159e4b2..fa01cc3 100644
--- a/src/cc-color-panel.c
+++ b/src/cc-color-panel.c
@@ -105,8 +105,8 @@ typedef enum {
 static void cc_color_panel_devices_treeview_clicked_cb (GtkTreeSelection *selection, CcColorPanel *panel);
 static void cc_color_panel_profile_store_changed_cb (GcmProfileStore *profile_store, CcColorPanel *panel);
 
-#define GCM_PREFS_TREEVIEW_MAIN_WIDTH		350 /* px */
-#define GCM_PREFS_TREEVIEW_PROFILES_WIDTH	450 /* px */
+#define GCM_PREFS_TREEVIEW_MAIN_WIDTH		250 /* px */
+#define GCM_PREFS_TREEVIEW_PROFILES_WIDTH	350 /* px */
 
 /**
  * cc_color_panel_error_dialog:



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