From f8c2c13db0e3d557bdab5f5cd591bfb3f5b5c8dd Mon Sep 17 00:00:00 2001 From: Jacek Olszak Date: Sat, 30 Nov 2024 11:38:25 +0100 Subject: [PATCH] Move message to center of the window Because it looks better. --- gui/gui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui.lua b/gui/gui.lua index b58452a..ab6bd8e 100644 --- a/gui/gui.lua +++ b/gui/gui.lua @@ -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]