[gnome-color-manager] trivial: never expand the profile info icon so it's not on the right margin



commit ff3513da616aa80e6358d8cb2ed0e72643f162f2
Author: Richard Hughes <richard hughsie com>
Date:   Tue Mar 29 10:28:22 2011 +0100

    trivial: never expand the profile info icon so it's not on the right margin

 src/gcm-prefs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-prefs.c b/src/gcm-prefs.c
index 3f2b344..8a7f3cc 100644
--- a/src/gcm-prefs.c
+++ b/src/gcm-prefs.c
@@ -1237,7 +1237,7 @@ gcm_prefs_add_assign_columns (GcmPrefsPriv *prefs,
 							   "profile", GCM_LIST_STORE_PROFILES_COLUMN_PROFILE,
 							   NULL);
 	gtk_tree_view_append_column (treeview, column);
-	gtk_tree_view_column_set_expand (column, TRUE);
+	gtk_tree_view_column_set_expand (column, FALSE);
 }
 
 /**



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