mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
Add a minimum size to the Color Picker panel
This commit is contained in:
parent
e3ee931059
commit
a2539c34f8
|
@ -34,6 +34,7 @@ action = &"reset_colors_default"
|
|||
events = [SubResource("InputEventAction_nptxe")]
|
||||
|
||||
[node name="ColorPicker" type="PanelContainer"]
|
||||
custom_minimum_size = Vector2(32, 80)
|
||||
offset_right = 312.0
|
||||
offset_bottom = 358.0
|
||||
script = ExtResource("1_r8ot0")
|
||||
|
|
Loading…
Reference in a new issue