1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

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.
This commit is contained in:
Emmanouil Papadeas 2022-09-22 17:26:18 +03:00
parent c2e90f77b0
commit 5693a0fe0e

View file

@ -7,7 +7,7 @@
[ext_resource path="res://addons/keychain/assets/mouse.svg" type="Texture" id=5] [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] [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_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
size_flags_vertical = 3 size_flags_vertical = 3