Implement Tree's internal minimum width calculation
This commit is contained in:
parent
b2dddc3c82
commit
d7d32ced5b
20 changed files with 193 additions and 108 deletions
|
|
@ -769,7 +769,7 @@ OrphanResourcesDialog::OrphanResourcesDialog() {
|
|||
files = memnew(Tree);
|
||||
files->set_columns(2);
|
||||
files->set_column_titles_visible(true);
|
||||
files->set_column_min_width(1, 100);
|
||||
files->set_column_custom_minimum_width(1, 100);
|
||||
files->set_column_expand(0, true);
|
||||
files->set_column_expand(1, false);
|
||||
files->set_column_title(0, TTR("Resource"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue