diff --git a/applets/digital-clock/package/contents/ui/DigitalClock.qml b/applets/digital-clock/package/contents/ui/DigitalClock.qml --- a/applets/digital-clock/package/contents/ui/DigitalClock.qml +++ b/applets/digital-clock/package/contents/ui/DigitalClock.qml @@ -302,7 +302,7 @@ target: dateLabel // this can be marginal bigger than contentHeight because of the horizontal fit - height: Math.max(0.8 * timeLabel.height, minimumPixelSize) + height: sizehelper.contentHeight width: main.width fontSizeMode: Text.Fit