From c5b6c33a968ca7b64a443ea679ec73e1a0126a19 Mon Sep 17 00:00:00 2001 From: Athozus Date: Mon, 3 Apr 2023 20:13:32 +0200 Subject: [PATCH] Fix layout/labels --- ui/about.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ui/about.lua b/ui/about.lua index be5a9f9..2adfe48 100644 --- a/ui/about.lua +++ b/ui/about.lua @@ -7,10 +7,11 @@ function mail.show_about(name) label[0,0;Mail] label[0,0.4;Provided my mt-mods] label[0,0.8;Version: 1.0.3] - label[0,1.4;License : WTFPL for textures] - label[0,1.8;https://github.com/mt-mods/mail] - label[0,2.2;https://content.minetest.net/packages/mt-mods/mail] - textarea[0.5,3.5;4,5.5;;Note;]] .. + label[0,1.4;Licenses:] + label[0.2,1.8;Expat (code), WTFPL (textures)] + label[0,2.4;https://github.com/mt-mods/mail] + label[0,2.8;https://content.minetest.net/packages/mt-mods/mail] + textarea[0.5,4.0;4,5.5;;Note;]] .. [[NOTE: Communication using this system is NOT guaranteed to be private!]] .. [[ Admins are able to view the messages of any player.]