Skip to content

Commit c8d7724

Browse files
committed
fix all stretch modes
1 parent c6089d6 commit c8d7724

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Tools/DesignTools/Bucket.tscn

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ layout_mode = 0
100100
offset_right = 32.0
101101
offset_bottom = 32.0
102102
expand_mode = 1
103-
stretch_mode = 6
103+
stretch_mode = 5
104104

105105
[node name="OffsetX" parent="FillPattern" index="1" instance=ExtResource("1")]
106106
layout_mode = 2

src/UI/Dialogs/ImageEffects/ImageEffectParent.tscn

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ grow_horizontal = 2
3535
grow_vertical = 2
3636
texture = ExtResource("4")
3737
expand_mode = 1
38-
stretch_mode = 6
38+
stretch_mode = 5
3939

4040
[node name="AspectRatioContainer" type="AspectRatioContainer" parent="VBoxContainer"]
4141
layout_mode = 2

src/UI/Recorder/Recorder.tscn

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ offset_right = 10.0
5858
offset_bottom = 10.5
5959
texture = ExtResource("1")
6060
expand_mode = 1
61-
stretch_mode = 6
61+
stretch_mode = 5
6262

6363
[node name="Settings" type="Button" parent="ScrollContainer/CenterContainer/GridContainer" groups=["UIButtons"]]
6464
unique_name_in_owner = true
@@ -79,7 +79,7 @@ offset_top = -10.5
7979
offset_right = 10.0
8080
offset_bottom = 10.5
8181
texture = ExtResource("3")
82-
stretch_mode = 6
82+
stretch_mode = 5
8383

8484
[node name="OpenFolder" type="Button" parent="ScrollContainer/CenterContainer/GridContainer"]
8585
custom_minimum_size = Vector2(32, 32)
@@ -97,7 +97,7 @@ offset_top = 3.0
9797
offset_right = -3.0
9898
offset_bottom = -3.0
9999
texture = ExtResource("4")
100-
stretch_mode = 6
100+
stretch_mode = 5
101101

102102
[node name="OptionsDialog" type="AcceptDialog" parent="."]
103103
position = Vector2i(0, 36)

0 commit comments

Comments
 (0)