Bug 509263 Since Last Run dialog won't allow resizing of Status column

Added resizable=true in the column definition

	modified:   src/gnome/dialog-sx-since-last-run.c
This commit is contained in:
Michalis Kamprianis 2014-04-30 08:49:38 +02:00 committed by Geert Janssens
parent 5af8d2318d
commit e1a5889b45

View File

@ -975,6 +975,7 @@ gnc_ui_sx_since_last_run_dialog(GncSxInstanceModel *sx_instances, GList *auto_cr
"sensitive", SLR_MODEL_COL_INSTANCE_STATE_SENSITIVITY,
NULL);
gtk_tree_view_append_column(dialog->instance_view, col);
gtk_tree_view_column_set_resizable(col, TRUE);
renderer = gtk_cell_renderer_text_new();
g_object_set(G_OBJECT(renderer),