diff options
Diffstat (limited to 'modules/background')
| -rw-r--r-- | modules/background/DesktopClock.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/background/DesktopClock.qml b/modules/background/DesktopClock.qml index 2de325c..6dc6b6b 100644 --- a/modules/background/DesktopClock.qml +++ b/modules/background/DesktopClock.qml @@ -12,7 +12,6 @@ Item { anchors.centerIn: parent text: Time.format(Config.services.useTwelveHourClock ? "hh:mm:ss A" : "hh:mm:ss") - font.family: Appearance.font.family.clock font.pointSize: Appearance.font.size.extraLarge font.bold: true } |