make the size column resizable

This commit is contained in:
Benjamin Otte 2009-06-22 21:51:19 +02:00
parent 02ac8ea3af
commit 271a635a2f

View File

@ -4694,6 +4694,7 @@ create_file_list (GtkFileChooserDefault *impl)
/* Size column */
column = gtk_tree_view_column_new ();
gtk_tree_view_column_set_resizable (column, TRUE);
gtk_tree_view_column_set_title (column, _("Size"));
renderer = gtk_cell_renderer_text_new ();