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
|
|
@ -609,6 +609,7 @@ ActionMapEditor::ActionMapEditor() {
|
|||
// Action Editor Tree
|
||||
action_tree = memnew(Tree);
|
||||
action_tree->set_accessibility_name(TTRC("Action Map"));
|
||||
action_tree->set_theme_type_variation("TreeTable");
|
||||
action_tree->set_columns(3);
|
||||
action_tree->set_hide_root(true);
|
||||
action_tree->set_column_titles_visible(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue