Request - right text alignment
mBlinkii opened this issue ยท 2 comments
Hi, is it possible to add an option for the text alignment, I would like the text to be right aligned and have not found an adjustable option.
As an example I have created this image. https://ibb.co/KNTzV3V
It should be easy to change the orientation of the texts just as an example. I would also be very happy about this option.
if alignment_right then
time_left_frame.text:SetPoint("TOPRIGHT", time_left_frame, "LEFT")
else
time_left_frame.text:SetPoint("TOPLEFT", time_left_frame, "RIGHT")
end