mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-07 10:59: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")]
|
events = [SubResource("InputEventAction_nptxe")]
|
||||||
|
|
||||||
[node name="ColorPicker" type="PanelContainer"]
|
[node name="ColorPicker" type="PanelContainer"]
|
||||||
|
custom_minimum_size = Vector2(32, 80)
|
||||||
offset_right = 312.0
|
offset_right = 312.0
|
||||||
offset_bottom = 358.0
|
offset_bottom = 358.0
|
||||||
script = ExtResource("1_r8ot0")
|
script = ExtResource("1_r8ot0")
|
||||||
|
|
Loading…
Reference in a new issue