mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-22 13:33:13 +00:00
Fixed wrong stretch mode
This commit is contained in:
parent
c23eb487fe
commit
4f6ee9495b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ layout_mode = 0
|
||||||
offset_right = 32.0
|
offset_right = 32.0
|
||||||
offset_bottom = 32.0
|
offset_bottom = 32.0
|
||||||
expand_mode = 1
|
expand_mode = 1
|
||||||
stretch_mode = 6
|
stretch_mode = 5
|
||||||
|
|
||||||
[node name="BrushSize" parent="Brush" index="1" instance=ExtResource("1")]
|
[node name="BrushSize" parent="Brush" index="1" instance=ExtResource("1")]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue