mzeryck / Weather-Cal

This is a Scriptable widget that lets you display, position, and format multiple elements, including dates and events, weather information, battery level, and more. You can even create your own elements.
MIT License
803 stars 318 forks source link

Right alignment of Titles and Display List Shape #86

Open ow410775 opened 3 years ago

ow410775 commented 3 years ago

In my widget, I have aligned my events and reminders on the right side of the widget. It is aligning properly to the right if there are multiple events and/or reminders being displayed as the title is somehow being trimmed to be single-line. But when there is only one event and/or reminder item and the title is long causing to display it with 2-3 lines, it is still on right side of the widget but alignment justification is on the left. Also, is it possible to spread the display list shape (rectangle) to the whole title if it is displaying 2-3 lines? image

mzeryck commented 3 years ago

Hey, sorry I have not worked on this project for a few days. These are all great points! Scriptable's alignment system is a bit weird, which is why you're seeing this side effect. Luckily it is very fixable in the ways you described! I will leave this ticket open until I have a chance to take a look at it.