https://bugs.kde.org/show_bug.cgi?id=375966
--- Comment #10 from Christoph Feck <cf...@kde.org> --- What I do is edit DigitalClock.qml in /usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/ There is a "states: [" section, and depending on which state applies to you (the "when:" condition), you can adjust the "font.pixelSize" properties of the different labels. My change looks like this: PropertyChanges { target: timeLabel height: sizehelper.height width: sizehelper.contentWidth - font.pixelSize: timeLabel.height + font.pixelSize: timeLabel.height * 0.7 } PropertyChanges { target: timezoneLabel -- You are receiving this mail because: You are watching all bug changes.