mail: show mail content read-only in preview

This commit is contained in:
Alexander Weber 2017-12-22 14:32:07 +01:00
parent b53a1e3163
commit aaa73df085
2 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ laptop.register_app("mail", {
formspec = formspec .. mtos.theme:get_label('8,1', "Subject: "..(account.selectedmessage.subject or ""))..
"background[8,1.55;6.92,7.3;"..mtos.theme.contrast_bg.."]"..
"textarea[8.25,1.5;7,8.35;body;;"..(minetest.formspec_escape(account.selectedmessage.body) or "").."]"
"textarea[8.35,1.6;6.8,8.25;;"..(minetest.formspec_escape(account.selectedmessage.body) or "")..";]"
end
return formspec
end,

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B