Skip to content

Commit

Permalink
Merge pull request #142 from limbonaut/fix-task-tree-column
Browse files Browse the repository at this point in the history
Fix task tree warnings column always taking up space
  • Loading branch information
limbonaut authored Jun 12, 2024
2 parents fc53078 + c76278b commit 1c7eb99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/task_tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ TaskTree::TaskTree() {
tree->set_columns(2);
tree->set_column_expand(0, true);
tree->set_column_expand(1, false);
tree->set_column_custom_minimum_width(1, 64);
tree->set_anchor(SIDE_RIGHT, ANCHOR_END);
tree->set_anchor(SIDE_BOTTOM, ANCHOR_END);
tree->set_allow_rmb_select(true);
Expand Down

0 comments on commit 1c7eb99

Please sign in to comment.