mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-21 21:13:14 +00:00
fix all stretch modes
This commit is contained in:
parent
c6089d6006
commit
c8d77243ca
3 changed files with 5 additions and 5 deletions
|
@ -100,7 +100,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="OffsetX" parent="FillPattern" index="1" instance=ExtResource("1")]
|
[node name="OffsetX" parent="FillPattern" index="1" instance=ExtResource("1")]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
|
@ -35,7 +35,7 @@ grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
texture = ExtResource("4")
|
texture = ExtResource("4")
|
||||||
expand_mode = 1
|
expand_mode = 1
|
||||||
stretch_mode = 6
|
stretch_mode = 5
|
||||||
|
|
||||||
[node name="AspectRatioContainer" type="AspectRatioContainer" parent="VBoxContainer"]
|
[node name="AspectRatioContainer" type="AspectRatioContainer" parent="VBoxContainer"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
|
@ -58,7 +58,7 @@ offset_right = 10.0
|
||||||
offset_bottom = 10.5
|
offset_bottom = 10.5
|
||||||
texture = ExtResource("1")
|
texture = ExtResource("1")
|
||||||
expand_mode = 1
|
expand_mode = 1
|
||||||
stretch_mode = 6
|
stretch_mode = 5
|
||||||
|
|
||||||
[node name="Settings" type="Button" parent="ScrollContainer/CenterContainer/GridContainer" groups=["UIButtons"]]
|
[node name="Settings" type="Button" parent="ScrollContainer/CenterContainer/GridContainer" groups=["UIButtons"]]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
@ -79,7 +79,7 @@ offset_top = -10.5
|
||||||
offset_right = 10.0
|
offset_right = 10.0
|
||||||
offset_bottom = 10.5
|
offset_bottom = 10.5
|
||||||
texture = ExtResource("3")
|
texture = ExtResource("3")
|
||||||
stretch_mode = 6
|
stretch_mode = 5
|
||||||
|
|
||||||
[node name="OpenFolder" type="Button" parent="ScrollContainer/CenterContainer/GridContainer"]
|
[node name="OpenFolder" type="Button" parent="ScrollContainer/CenterContainer/GridContainer"]
|
||||||
custom_minimum_size = Vector2(32, 32)
|
custom_minimum_size = Vector2(32, 32)
|
||||||
|
@ -97,7 +97,7 @@ offset_top = 3.0
|
||||||
offset_right = -3.0
|
offset_right = -3.0
|
||||||
offset_bottom = -3.0
|
offset_bottom = -3.0
|
||||||
texture = ExtResource("4")
|
texture = ExtResource("4")
|
||||||
stretch_mode = 6
|
stretch_mode = 5
|
||||||
|
|
||||||
[node name="OptionsDialog" type="AcceptDialog" parent="."]
|
[node name="OptionsDialog" type="AcceptDialog" parent="."]
|
||||||
position = Vector2i(0, 36)
|
position = Vector2i(0, 36)
|
||||||
|
|
Loading…
Add table
Reference in a new issue