Skip to content

Commit

Permalink
Make ShortcutEdit a VBoxContainer again
Browse files Browse the repository at this point in the history
If it's not a VBoxContainer, the Tree's scrollbar does not appear. I'm not sure why this happens.
  • Loading branch information
OverloadedOrama committed Sep 22, 2022
1 parent c2e90f7 commit 5693a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/keychain/ShortcutEdit.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5693a0f

Please sign in to comment.