template-carousel-mobile/0142-right_justified_button

6 lines
155 B
Plaintext

right_justified_button = function(name, x, y, callback)
local w = App.width(name)
local x = x-5-w-5
styled_button(name, x, y, callback)
return x-10
end