mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
5af8d2318d
commit
e1a5889b45
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user