@@ -74,7 +74,7 @@ size_flags_vertical = 0
74
74
columns = 5
75
75
76
76
[node name ="Horizontal" type ="Button" parent ="ScrollContainer/CenterContainer/GridContainer" groups =["UIButtons" ]]
77
- custom_minimum_size = Vector2 (44 , 32 )
77
+ custom_minimum_size = Vector2 (46 , 32 )
78
78
layout_mode = 2
79
79
tooltip_text = "Enable horizontal mirrored drawing"
80
80
mouse_default_cursor_shape = 2
@@ -95,14 +95,14 @@ texture = ExtResource("1")
95
95
96
96
[node name ="HorizontalMirrorOptions" type ="MenuButton" parent ="ScrollContainer/CenterContainer/GridContainer/Horizontal" ]
97
97
unique_name_in_owner = true
98
- custom_minimum_size = Vector2 (22 , 0 )
98
+ custom_minimum_size = Vector2 (20 , 0 )
99
99
layout_mode = 1
100
100
anchors_preset = 6
101
101
anchor_left = 1.0
102
102
anchor_top = 0.5
103
103
anchor_right = 1.0
104
104
anchor_bottom = 0.5
105
- offset_left = -22 .0
105
+ offset_left = -20 .0
106
106
offset_top = -10.0
107
107
offset_bottom = 10.0
108
108
grow_horizontal = 0
@@ -114,7 +114,8 @@ popup/item_1/text = "Move to view center"
114
114
popup/item_1/id = 1
115
115
116
116
[node name ="TextureRect" type ="TextureRect" parent ="ScrollContainer/CenterContainer/GridContainer/Horizontal/HorizontalMirrorOptions" ]
117
- layout_mode = 0
117
+ layout_mode = 1
118
+ anchors_preset = 8
118
119
anchor_left = 0.5
119
120
anchor_top = 0.5
120
121
anchor_right = 0.5
@@ -123,10 +124,13 @@ offset_left = -6.0
123
124
offset_top = -6.0
124
125
offset_right = 6.0
125
126
offset_bottom = 6.0
127
+ grow_horizontal = 2
128
+ grow_vertical = 2
126
129
texture = ExtResource ("3_faalk" )
130
+ stretch_mode = 3
127
131
128
132
[node name ="Vertical" type ="Button" parent ="ScrollContainer/CenterContainer/GridContainer" groups =["UIButtons" ]]
129
- custom_minimum_size = Vector2 (44 , 32 )
133
+ custom_minimum_size = Vector2 (46 , 32 )
130
134
layout_mode = 2
131
135
tooltip_text = "Enable vertical mirrored drawing"
132
136
mouse_default_cursor_shape = 2
@@ -147,14 +151,14 @@ texture = ExtResource("2")
147
151
148
152
[node name ="VerticalMirrorOptions" type ="MenuButton" parent ="ScrollContainer/CenterContainer/GridContainer/Vertical" ]
149
153
unique_name_in_owner = true
150
- custom_minimum_size = Vector2 (22 , 0 )
154
+ custom_minimum_size = Vector2 (20 , 0 )
151
155
layout_mode = 1
152
156
anchors_preset = 6
153
157
anchor_left = 1.0
154
158
anchor_top = 0.5
155
159
anchor_right = 1.0
156
160
anchor_bottom = 0.5
157
- offset_left = -22 .0
161
+ offset_left = -20 .0
158
162
offset_top = -10.0
159
163
offset_bottom = 10.0
160
164
grow_horizontal = 0
@@ -166,16 +170,14 @@ popup/item_1/text = "Move to view center"
166
170
popup/item_1/id = 1
167
171
168
172
[node name ="TextureRect" type ="TextureRect" parent ="ScrollContainer/CenterContainer/GridContainer/Vertical/VerticalMirrorOptions" ]
169
- layout_mode = 0
170
- anchor_left = 0.5
171
- anchor_top = 0.5
172
- anchor_right = 0.5
173
- anchor_bottom = 0.5
174
- offset_left = -6.0
175
- offset_top = -6.0
176
- offset_right = 6.0
177
- offset_bottom = 6.0
173
+ layout_mode = 1
174
+ anchors_preset = 15
175
+ anchor_right = 1.0
176
+ anchor_bottom = 1.0
177
+ grow_horizontal = 2
178
+ grow_vertical = 2
178
179
texture = ExtResource ("3_faalk" )
180
+ stretch_mode = 3
179
181
180
182
[node name ="PixelPerfect" type ="Button" parent ="ScrollContainer/CenterContainer/GridContainer" groups =["UIButtons" ]]
181
183
custom_minimum_size = Vector2 (32 , 32 )
0 commit comments