mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Implement Tree's internal minimum width calculation
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user