summaryrefslogtreecommitdiffstats
path: root/editor/action_map_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-07-04 20:05:19 +0200
committerGitHub <noreply@github.com>2021-07-04 20:05:19 +0200
commit6bf26fb74cf271bae43b80769eeb285953b05bc5 (patch)
tree92cae1389f40b23c1bac667e29c03295e63ad788 /editor/action_map_editor.cpp
parent5c3055e0fe363e08e8cdd3f922313ec9dacfaf43 (diff)
parentf4379cbc82cfe915e97a8e879567b820a10198f4 (diff)
downloadredot-engine-6bf26fb74cf271bae43b80769eeb285953b05bc5.tar.gz
Merge pull request #50146 from reduz/fix-tree
Clean up Tree
Diffstat (limited to 'editor/action_map_editor.cpp')
-rw-r--r--editor/action_map_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/action_map_editor.cpp b/editor/action_map_editor.cpp
index fe1401bdf9..7ed603410d 100644
--- a/editor/action_map_editor.cpp
+++ b/editor/action_map_editor.cpp
@@ -1123,6 +1123,7 @@ ActionMapEditor::ActionMapEditor() {
action_tree->set_hide_root(true);
action_tree->set_column_titles_visible(true);
action_tree->set_column_title(0, TTR("Action"));
+ action_tree->set_column_clip_content(0, true);
action_tree->set_column_title(1, TTR("Deadzone"));
action_tree->set_column_expand(1, false);
action_tree->set_column_custom_minimum_width(1, 80 * EDSCALE);