fix(menu): add align property

This commit is contained in:
Romain Lanz
2017-08-27 10:48:18 +02:00
committed by GitHub
parent 667410cf76
commit 983be68c99
+2 -1
View File
@@ -37,6 +37,7 @@ function ShowBillsMenu()
'default', GetCurrentResourceName(), 'billing',
{
title = _U('invoices'),
align = 'top-left',
elements = elements
},
function(data, menu)
@@ -71,4 +72,4 @@ Citizen.CreateThread(function()
end
end
end)
end)