Slightly shift search field in Creative inventory

This commit is contained in:
Wuzzy 2017-12-11 04:04:32 +01:00
parent 972c00e944
commit 05c324748f
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ mcl_inventory.set_creative_formspec = function(player, start_i, pagenum, inv_siz
if filter == nil then
filter = ""
end
formspec = formspec .. "field[5.3,1.3;4,0.75;suche;;"..minetest.formspec_escape(filter).."]"
formspec = formspec .. "field[5.3,1.34;4,0.75;suche;;"..minetest.formspec_escape(filter).."]"
formspec = formspec .. "field_close_on_enter[suche;false]"
end
if pagenum ~= nil then formspec = formspec .. "p"..tostring(pagenum) end