Skip to content

Commit

Permalink
Move message to center of the window
Browse files Browse the repository at this point in the history
Because it looks better.
  • Loading branch information
elgopher committed Nov 30, 2024
1 parent 81ba544 commit f8c2c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function _init()
fullpath = "examples/subject_test.lua",
}
else
print("please drag'n'drop test file here")
print("Please drag'n'drop test file here", 59, 95, 7)
on_event("drop_items", function(msg)
stop_test()
local item = msg.items[1]
Expand Down

0 comments on commit f8c2c13

Please sign in to comment.