Compare commits

..

No commits in common. "1c7eb994d4d2900feea4f24bc6df6b323c712607" and "fc5307813013f4c7d8241a0ae140a0cd3b0a5b24" have entirely different histories.

1 changed files with 1 additions and 0 deletions

View File

@ -428,6 +428,7 @@ 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);