Skip to content

Commit 98543e6

Browse files
committedJan 1, 2025
Remove unused prototype values
1 parent 231580a commit 98543e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎prototypes/prototypes.lua

-4
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ default_gui.YARM_button_with_icon = {
9595
type = 'button_style',
9696
parent = 'slot_button',
9797

98-
scalable = true,
99-
10098
top_padding = 1,
10199
right_padding = 1,
102100
bottom_padding = 1,
@@ -229,14 +227,12 @@ default_gui.YARM_buttons_h = {
229227
type = 'horizontal_flow_style',
230228
parent = 'horizontal_flow',
231229
horizontal_spacing = 1,
232-
vertical_spacing = 5,
233230
top_padding = 4,
234231
}
235232

236233
default_gui.YARM_buttons_v = {
237234
type = 'vertical_flow_style',
238235
parent = 'vertical_flow',
239-
horizontal_spacing = 1,
240236
vertical_spacing = 5,
241237
top_padding = 4,
242238
}

0 commit comments

Comments
 (0)
Please sign in to comment.