Improve spacing in trees showing table data in modern theme
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user