Skip to content

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.

BUG: 475833

Before: digital-clock-padding-issues

After: digital-clock-padding-issues-fixed

Edited by Nate Graham

Merge request reports