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:
parent
c2e90f77b0
commit
5693a0fe0e
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue