[gnome-color-manager] trivial: use the same icons size in the devices and profiles list
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: use the same icons size in the devices and profiles list
- Date: Sun, 18 Apr 2010 21:27:59 +0000 (UTC)
commit 520f4df04db2448fb082dd15a3336a12ee66843b
Author: Richard Hughes <richard hughsie com>
Date: Sun Apr 18 22:13:46 2010 +0100
trivial: use the same icons size in the devices and profiles list
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 cb16cd8..a08709b 100644
--- a/src/gcm-prefs.c
+++ b/src/gcm-prefs.c
@@ -1002,7 +1002,7 @@ gcm_prefs_add_devices_columns (GtkTreeView *treeview)
/* image */
renderer = gtk_cell_renderer_pixbuf_new ();
- g_object_set (renderer, "stock-size", GTK_ICON_SIZE_DIALOG, NULL);
+ g_object_set (renderer, "stock-size", GTK_ICON_SIZE_DND, NULL);
column = gtk_tree_view_column_new_with_attributes ("", renderer,
"icon-name", GCM_DEVICES_COLUMN_ICON, NULL);
gtk_tree_view_append_column (treeview, column);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]