Replace deprecated invsize[] with size[]

This commit is contained in:
SmallJoker
2018-07-19 14:36:21 +02:00
parent 41f175986d
commit fb93388f06
5 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@ local twosize_products = {
}
local cnc_formspec =
"invsize[9,11;]"..
"size[9,11;]"..
"label[1,0;"..S("Choose Milling Program:").."]"..
"image_button[1,0.5;1,1;technic_cnc_slope.png;slope; ]"..
"image_button[2,0.5;1,1;technic_cnc_slope_edge.png;slope_edge; ]"..