mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Fixed Resize canvas transparent checker
This commit is contained in:
parent
4fdcead7ef
commit
c3d5006015
1 changed files with 3 additions and 6 deletions
|
@ -99,14 +99,11 @@ size_flags_vertical = 3
|
||||||
custom_minimum_size = Vector2(200, 200)
|
custom_minimum_size = Vector2(200, 200)
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
expand_mode = 1
|
expand_mode = 1
|
||||||
stretch_mode = 4
|
stretch_mode = 5
|
||||||
|
|
||||||
[node name="TransparentChecker" parent="VBoxContainer/AspectRatioContainer/Preview" instance=ExtResource("1")]
|
[node name="TransparentChecker" parent="VBoxContainer/AspectRatioContainer" instance=ExtResource("1")]
|
||||||
show_behind_parent = true
|
show_behind_parent = true
|
||||||
layout_mode = 0
|
layout_mode = 2
|
||||||
anchors_preset = 0
|
|
||||||
anchor_right = 1.0
|
|
||||||
anchor_bottom = 1.0
|
|
||||||
|
|
||||||
[connection signal="about_to_popup" from="." to="." method="_on_ResizeCanvas_about_to_show"]
|
[connection signal="about_to_popup" from="." to="." method="_on_ResizeCanvas_about_to_show"]
|
||||||
[connection signal="confirmed" from="." to="." method="_on_ResizeCanvas_confirmed"]
|
[connection signal="confirmed" from="." to="." method="_on_ResizeCanvas_confirmed"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue