[plasma/plasma-workspace/Plasma/6.6] applets/digital-clock: applets/digital-clock: apply font family to time zone label, too
Nate Graham <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c0a689fa4075018cc62ccc9bfa45d0e32f243054 by Nate Graham. Committed on 22/07/2026 at 14:26. Pushed by ngraham into branch 'Plasma/6.6'. applets/digital-clock: apply font family to time zone label, too This appears to have been missed in the copy-paste from other labels where we have to manually apply the font settings one at a time because we want to manually set font.pixelSize. As such, we need to remember to do them all! BUG: 523164 FIXED-IN: 6.6.7 (cherry picked from commit f7113ee630211e99cab598c1f4f0561a4d8c9fe2) Co-authored-by: Nate Graham <[email protected]> M +1 -0 applets/digital-clock/DigitalClock.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/c0a689fa4075018cc62ccc9bfa45d0e32f243054 diff --git a/applets/digital-clock/DigitalClock.qml b/applets/digital-clock/DigitalClock.qml index b81e59e7c1..905534033e 100644 --- a/applets/digital-clock/DigitalClock.qml +++ b/applets/digital-clock/DigitalClock.qml @@ -430,6 +430,7 @@ MouseArea { PlasmaComponents.Label { id: timeZoneLabel + font.family: timeLabel.font.family font.weight: timeLabel.font.weight font.italic: timeLabel.font.italic font.pixelSize: 1024