We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231580a commit 98543e6Copy full SHA for 98543e6
prototypes/prototypes.lua
@@ -95,8 +95,6 @@ default_gui.YARM_button_with_icon = {
95
type = 'button_style',
96
parent = 'slot_button',
97
98
- scalable = true,
99
-
100
top_padding = 1,
101
right_padding = 1,
102
bottom_padding = 1,
@@ -229,14 +227,12 @@ default_gui.YARM_buttons_h = {
229
227
type = 'horizontal_flow_style',
230
228
parent = 'horizontal_flow',
231
horizontal_spacing = 1,
232
- vertical_spacing = 5,
233
top_padding = 4,
234
}
235
236
default_gui.YARM_buttons_v = {
237
type = 'vertical_flow_style',
238
parent = 'vertical_flow',
239
- horizontal_spacing = 1,
240
vertical_spacing = 5,
241
242
0 commit comments