1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00

Raise the vertical minimum size of the canvas preview panel

This commit is contained in:
Emmanouil Papadeas 2023-05-09 14:39:14 +03:00
parent 018673690c
commit e5aeedf3e8

View file

@ -24,7 +24,7 @@ shader_param/follow_scale = false
[node name="CanvasPreviewContainer" type="PanelContainer"]
margin_right = 328.0
margin_bottom = 174.0
rect_min_size = Vector2( 0, 90 )
rect_min_size = Vector2( 0, 110 )
script = ExtResource( 4 )
[node name="VBox" type="VBoxContainer" parent="."]