Skip to content

Commit

Permalink
Forgot to change col
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit committed Aug 10, 2024
1 parent 3807e25 commit e7059ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ local update_formspec = function(meta)
"field[0.2,1;4,1;name;Name;" .. name .. "]" ..
"field[4.2,1;4,1;icon;Icon;" .. icon .. "]" ..

-- col 3
"field[0.2,3;8,1;addr;Address;" .. addr .. "]" ..
-- col 2
"field[0.2,2;8,1;addr;Address;" .. addr .. "]" ..

-- col 3
"field[0.2,3;8,1;url;URL;" .. url .. "]" ..
Expand Down

0 comments on commit e7059ca

Please sign in to comment.