[plasma/plasma-workspace/Plasma/6.7] 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 09727e0b1f05299301c48fa5ef8d16af886de815 by Nate Graham. Committed on 22/07/2026 at 14:25. Pushed by ngraham into branch 'Plasma/6.7'. 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/09727e0b1f05299301c48fa5ef8d16af886de815 diff --git a/applets/digital-clock/DigitalClock.qml b/applets/digital-clock/DigitalClock.qml index 5c153cbebc..4f2c7784da 100644 --- a/applets/digital-clock/DigitalClock.qml +++ b/applets/digital-clock/DigitalClock.qml @@ -441,6 +441,7 @@ MouseArea { PlasmaComponents.Label { id: timeZoneLabel + font.family: timeLabel.font.family font.weight: timeLabel.font.weight font.italic: timeLabel.font.italic font.pixelSize: 1024