Merge pull request #142 from limbonaut/fix-task-tree-column

Fix task tree warnings column always taking up space
This commit is contained in:
Serhii Snitsaruk 2024-06-12 18:36:08 +02:00 committed by GitHub
commit 1c7eb994d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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);