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:
parent
768869b519
commit
29a5994cec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue