[plasma/plasma-workspace] 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 f7113ee630211e99cab598c1f4f0561a4d8c9fe2 by Nate Graham.
Committed on 22/07/2026 at 14:12.
Pushed by ngraham into branch 'master'.
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
M +1 -0 applets/digital-clock/DigitalClock.qml
https://invent.kde.org/plasma/plasma-workspace/-/commit/f7113ee630211e99cab598c1f4f0561a4d8c9fe2
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