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:
parent
018673690c
commit
e5aeedf3e8
|
@ -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="."]
|
||||
|
|
Loading…
Reference in a new issue