Skip to content
Commit 0d681bab authored by Bacteria Dev's avatar Bacteria Dev Committed by Nate Graham
Browse files

applets/digital-clock: Fix padding for digital clock in oneLineDate state

The width taken by `timeLabel` is set to `sizehelper.contentWidth` which
does not reflect the real width of `timeLabel`. Setting it instead to
`timeLabel.paintedWidth` provides the actual rendered width of `timeLabel`.

`Grid` QML type already has the `columnSpacing` property set so we don't
need to manually add any spacing to the individual items.

BUG:476977
parent d510dfd0
Pipeline #532008 passed with stage
in 13 minutes and 39 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment