applets/digital-clock: Fix contents overlapping adjacent widgets in horizontalPanel state
The issue occurred because sizehelper.contentWidth
does not provide the
right width of the time component.
So let's use timeLabel.paintedWidth
that provides the right width of the
time component.
Edited by Nate Graham