1
0
Fork 0
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:
Emmanouil Papadeas 2024-05-08 15:46:08 +03:00
parent e3ee931059
commit a2539c34f8

View file

@ -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")