Improve spacing in trees showing table data in modern theme

This commit is contained in:
passivestar
2026-01-11 22:54:56 +04:00
parent e9bb99a3bb
commit 6f0bd2efb9
17 changed files with 120 additions and 7 deletions

View File

@@ -112,6 +112,8 @@ ConnectionInfoDialog::ConnectionInfoDialog() {
tree = memnew(Tree);
tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
tree->set_theme_type_variation("TreeTable");
tree->set_hide_folding(true);
tree->set_columns(3);
tree->set_hide_root(true);
tree->set_column_titles_visible(true);