From 5693a0fe0e5ee8d1334e08fe6e8b09fd0b1383bd Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Thu, 22 Sep 2022 17:26:18 +0300 Subject: [PATCH] Make ShortcutEdit a VBoxContainer again If it's not a VBoxContainer, the Tree's scrollbar does not appear. I'm not sure why this happens. --- addons/keychain/ShortcutEdit.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/keychain/ShortcutEdit.tscn b/addons/keychain/ShortcutEdit.tscn index e9ea0b2e4..0dbd150c2 100644 --- a/addons/keychain/ShortcutEdit.tscn +++ b/addons/keychain/ShortcutEdit.tscn @@ -7,7 +7,7 @@ [ext_resource path="res://addons/keychain/assets/mouse.svg" type="Texture" id=5] [ext_resource path="res://addons/keychain/ShortcutSelectorDialog.tscn" type="PackedScene" id=6] -[node name="ShortcutEdit" type="Control"] +[node name="ShortcutEdit" type="VBoxContainer"] anchor_right = 1.0 anchor_bottom = 1.0 size_flags_vertical = 3