You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00: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