Clock: change to mono font

This commit is contained in:
Ly-sec
2025-09-14 21:10:16 +02:00
parent 0682315c9d
commit bb7f957e44
+2 -2
View File
@@ -125,7 +125,7 @@ Rectangle {
}
}
//font.family: Settings.data.ui.fontFixed
font.family: Settings.data.ui.fontFixed
font.pointSize: useCompactMode ? Style.fontSizeXXS * scaling : Style.fontSizeXS * scaling
font.weight: Style.fontWeightBold
color: Color.mPrimary
@@ -187,7 +187,7 @@ Rectangle {
}
// Enable fixed-width font for consistent spacing
//font.family: Settings.data.ui.fontFixed
font.family: Settings.data.ui.fontFixed
font.pointSize: Style.fontSizeXXS * scaling
font.weight: Style.fontWeightRegular
color: Color.mPrimary