We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 419293d + f985abb commit 246a902Copy full SHA for 246a902
editor/settings/editor_autoload_settings.cpp
@@ -957,10 +957,12 @@ EditorAutoloadSettings::EditorAutoloadSettings() {
957
tree->set_column_titles_visible(true);
958
959
tree->set_column_title(0, TTRC("Name"));
960
+ tree->set_column_title_alignment(0, HORIZONTAL_ALIGNMENT_LEFT);
961
tree->set_column_expand(0, true);
962
tree->set_column_expand_ratio(0, 1);
963
964
tree->set_column_title(1, TTRC("Path"));
965
+ tree->set_column_title_alignment(1, HORIZONTAL_ALIGNMENT_LEFT);
966
tree->set_column_expand(1, true);
967
tree->set_column_clip_content(1, true);
968
tree->set_column_expand_ratio(1, 2);
0 commit comments