Update launcher_app.lua

This commit is contained in:
Grizzly Adam 2018-02-16 06:59:46 -06:00 committed by GitHub
parent 508f6351a3
commit 255faec1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ laptop.register_app("launcher", {
if #mtos.sysram.stack > 0 then
formspec = formspec..mtos.theme:get_label("0.8,-0.29", app.app_info, "titlebar")
else
formspec = formspec..mtos.theme:get_label("0.8,-0.29", app.app_info, "titlebar")
formspec = formspec..mtos.theme:get_label("-0.1,-0.29", app.app_info, "titlebar")
end
end
formspec = formspec..mtos.theme:get_button('14.2,-0.31;1.09,0.61', 'exit', 'os_exit', mtos.theme.exit_character, 'Exit app')