Clock: change to mono font
This commit is contained in:
parent
0682315c9d
commit
bb7f957e44
1 changed files with 2 additions and 2 deletions
|
|
@ -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.pointSize: useCompactMode ? Style.fontSizeXXS * scaling : Style.fontSizeXS * scaling
|
||||||
font.weight: Style.fontWeightBold
|
font.weight: Style.fontWeightBold
|
||||||
color: Color.mPrimary
|
color: Color.mPrimary
|
||||||
|
|
@ -187,7 +187,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enable fixed-width font for consistent spacing
|
// 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.pointSize: Style.fontSizeXXS * scaling
|
||||||
font.weight: Style.fontWeightRegular
|
font.weight: Style.fontWeightRegular
|
||||||
color: Color.mPrimary
|
color: Color.mPrimary
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue