fix save button placement

master
BuckarooBanzay 2020-03-24 11:18:43 +01:00
parent 672fede6d0
commit f359e1912b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ local update_formspec = function(meta)
"field[0.2,0.5;8,1;amount;Amount;" .. amount .. "]" ..
"field[0.2,1.5;8,1;seconds;Per seconds;" .. seconds .. "]" ..
"button_exit[2.1,1.5;8,1;save;Save]"
"button_exit[0,2.5;8,1;save;Save]"
)
end