Skip to content

Commit

Permalink
Update boards/init.lua
Browse files Browse the repository at this point in the history
Co-authored-by: OgelGames <[email protected]>
  • Loading branch information
Niklp09 and OgelGames authored Sep 13, 2023
1 parent d413e92 commit d46549c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ local function set_formspec(pos)
meta:set_string("formspec",
"size[6,3.5]"..default.gui_bg..default.gui_bg_img..default.gui_slots..
"textarea[0.55,0.25;5.5,3;display_text;"..FS("Text")..";" .. display_text .. "]"..
"button_exit[1,3.35;2,1;ok;"..FS("Write").."]"..
"button[3,3.35;2,1;font;"..FS("Font").."]")
"button_exit[1,2.75;2,1;ok;"..FS("Write").."]"..
"button[3,2.75;2,1;font;"..FS("Font").."]")
end

-- On boards, everyone is allowed to write and wipe
Expand Down

0 comments on commit d46549c

Please sign in to comment.