1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 12:33:14 +00:00

Fix canvas preview play button minimum size

This commit is contained in:
Emmanouil Papadeas 2023-11-22 17:22:57 +02:00
parent 768869b519
commit 29a5994cec

View file

@ -89,9 +89,9 @@ layout_mode = 2
[node name="PlayButton" type="Button" parent="VBox/Animation" groups=["UIButtons"]]
unique_name_in_owner = true
custom_minimum_size = Vector2(20, 0)
custom_minimum_size = Vector2(20, 20)
layout_mode = 2
size_flags_vertical = 0
size_flags_vertical = 4
mouse_default_cursor_shape = 2
toggle_mode = true