Improve spacing in trees showing table data in modern theme
This commit is contained in:
parent
e9bb99a3bb
commit
6f0bd2efb9
17 changed files with 120 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue