1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-07 10:59:49 +00:00

fixed ui of canvas preview container

This commit is contained in:
Variable 2023-11-01 08:53:38 +05:00 committed by GitHub
parent 02c031276b
commit 9809fa3336
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,12 +86,13 @@ index = 2
[node name="Animation" type="HBoxContainer" parent="VBox"] [node name="Animation" type="HBoxContainer" parent="VBox"]
layout_mode = 2 layout_mode = 2
alignment = 1
[node name="PlayButton" type="Button" parent="VBox/Animation" groups=["UIButtons"]] [node name="PlayButton" type="Button" parent="VBox/Animation" groups=["UIButtons"]]
unique_name_in_owner = true unique_name_in_owner = true
custom_minimum_size = Vector2(20, 0) custom_minimum_size = Vector2(20, 20)
layout_mode = 2 layout_mode = 2
size_flags_vertical = 0 size_flags_vertical = 4
mouse_default_cursor_shape = 2 mouse_default_cursor_shape = 2
toggle_mode = true toggle_mode = true
@ -118,6 +119,7 @@ layout_mode = 2
[node name="Label" type="Label" parent="VBox/Animation/VBoxContainer/Mode"] [node name="Label" type="Label" parent="VBox/Animation/VBoxContainer/Mode"]
layout_mode = 2 layout_mode = 2
text = "Animation mode:" text = "Animation mode:"
vertical_alignment = 1
[node name="OptionButton" type="OptionButton" parent="VBox/Animation/VBoxContainer/Mode"] [node name="OptionButton" type="OptionButton" parent="VBox/Animation/VBoxContainer/Mode"]
layout_mode = 2 layout_mode = 2