https://bugs.kde.org/show_bug.cgi?id=476977
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/0d681babf27a7026914941cf1 | |5642a619ad70f73 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit 0d681babf27a7026914941cf15642a619ad70f73 by Nate Graham, on behalf of Bacteria Dev. Committed on 14/11/2023 at 17:17. Pushed by ngraham into branch 'master'. 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. M +2 -2 applets/digital-clock/package/contents/ui/DigitalClock.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/0d681babf27a7026914941cf15642a619ad70f73 -- You are receiving this mail because: You are watching all bug changes.