Fix task tree warnings column always taking up space

This commit is contained in:
Serhii Snitsaruk 2024-06-10 08:26:18 +02:00
parent fc53078130
commit c76278b735
No known key found for this signature in database
GPG Key ID: A965EF8799FFEC2D
1 changed files with 0 additions and 1 deletions

View File

@ -428,7 +428,6 @@ TaskTree::TaskTree() {
tree->set_columns(2); tree->set_columns(2);
tree->set_column_expand(0, true); tree->set_column_expand(0, true);
tree->set_column_expand(1, false); 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_RIGHT, ANCHOR_END);
tree->set_anchor(SIDE_BOTTOM, ANCHOR_END); tree->set_anchor(SIDE_BOTTOM, ANCHOR_END);
tree->set_allow_rmb_select(true); tree->set_allow_rmb_select(true);