From e1a5889b45ecdf3b5cbf7dc1c4cf6ec01fcca2e5 Mon Sep 17 00:00:00 2001 From: Michalis Kamprianis Date: Wed, 30 Apr 2014 08:49:38 +0200 Subject: [PATCH] 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 --- src/gnome/dialog-sx-since-last-run.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gnome/dialog-sx-since-last-run.c b/src/gnome/dialog-sx-since-last-run.c index f9bc24fa53..a230723a1a 100644 --- a/src/gnome/dialog-sx-since-last-run.c +++ b/src/gnome/dialog-sx-since-last-run.c @@ -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),