fix scale on autocrafter's on/off switch

This commit is contained in:
Vanessa Ezekowitz 2017-04-12 07:03:17 -04:00
parent d78364570c
commit acc2b6802e
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ local function update_meta(meta, enabled)
"list[context;recipe;0,0;3,3;]"..
"image[3,1;1,1;gui_hb_bg.png^[colorize:#141318:255]"..
"list[context;output;3,1;1,1;]"..
"image_button[3,2;1,1;pipeworks_button_" .. state .. ".png;" .. state .. ";;;false;pipeworks_button_interm.png]" ..
"image_button[3,2;1,0.6;pipeworks_button_" .. state .. ".png;" .. state .. ";;;false;pipeworks_button_interm.png]" ..
"list[context;src;0,4.5;8,3;]"..
"list[context;dst;4,0;4,3;]"..
default.gui_bg..