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:
parent
02c031276b
commit
9809fa3336
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue