JadeMonkee;369057 Wrote: 
> Is there any way to get the clock right-aligned?
> I have it on line 2, with current temp/humidity. I want the time to sit
> on the right hand side, with the temps effectively sitting in the middle
> of the screen (just to the right of the 3 line/icon section).
> The only solution I currently have is to insert a whole heap of spaces
> after the temp readings, which is fiddly and inelegant to say the
> least.
> Any ideas or tips?
I think you're stuck with spaces :)  The API only provides me left and
center justification.  To do right justification I'd have to do some
crazy calculations to figure out the offset since each character can
have varying width.  Not fun.  Sorry!

-Greg


-- 
GoCubs
------------------------------------------------------------------------
GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to