UI bugfix

This commit is contained in:
RealBadAngel 2013-02-02 21:29:59 +01:00
parent 3b5e6ca05a
commit eff76c2eca

@ -117,7 +117,7 @@ unified_inventory.get_formspec = function(player,page)
-- player inventory
formspec = formspec .. "list[current_player;main;0,4.5;8,4;]"
formspec = formspec.."item_image[0,0;2,2;default:dirt]"
-- main buttons
formspec = formspec .. "button[0,9;1.8,.5;craft;Craft]"
formspec = formspec .. "button[1.6,9;1.8,.5;craftguide;Craft Guide]"
@ -135,7 +135,7 @@ unified_inventory.get_formspec = function(player,page)
-- search box
formspec = formspec .. "field[9.195,8.325;3,1;searchbox;;]"
formspec = formspec .. "button[12,8;1.2,1;searchbutton;Search]"
formspec = formspec .. "button[12,8;1.2,1;searchbutton;Search]"
-- craft page
if page=="craft" then