LockScreen: use fixed font

This commit is contained in:
lysec
2025-10-14 01:18:05 +02:00
parent 2ee50589e2
commit bc2d640c09
+2
View File
@@ -404,6 +404,7 @@ Loader {
}
pointSize: Style.fontSizeL
font.weight: Style.fontWeightBold
family: Settings.data.ui.fontFixed
color: Color.mOnSurface
horizontalAlignment: Text.AlignHCenter
Layout.alignment: Qt.AlignHCenter
@@ -413,6 +414,7 @@ Loader {
text: Qt.formatTime(Time.date, "mm")
pointSize: Style.fontSizeL
font.weight: Style.fontWeightBold
family: Settings.data.ui.fontFixed
color: Color.mOnSurfaceVariant
horizontalAlignment: Text.AlignHCenter
Layout.alignment: Qt.AlignHCenter