[gtk+/places-sidebar: 30/53] Replace an icon-size macro from Nautilus



commit 01020ccc81a4ebabc7cb15d9a88d9761b56844a0
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Oct 4 09:20:42 2011 -0500

    Replace an icon-size macro from Nautilus

 gtk/gtkplacessidebar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index b67d04c..cfb6c25 100644
--- a/gtk/gtkplacessidebar.c
+++ b/gtk/gtkplacessidebar.c
@@ -3190,7 +3190,7 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar)
 			  G_CALLBACK (bookmarks_editing_canceled), sidebar);
 
 	/* this is required to align the eject buttons to the right */
-	gtk_tree_view_column_set_max_width (GTK_TREE_VIEW_COLUMN (col), NAUTILUS_ICON_SIZE_SMALLER);
+	gtk_tree_view_column_set_max_width (GTK_TREE_VIEW_COLUMN (col), 24);
 	gtk_tree_view_append_column (tree_view, col);
 
 	sidebar->store = gtk_list_store_new (PLACES_SIDEBAR_COLUMN_COUNT,



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