NSpinBox: use fixed font for number

This commit is contained in:
LemmyCook 2025-09-15 21:21:42 -04:00
parent 33a75d042d
commit abe51f4928

View file

@ -173,6 +173,7 @@ RowLayout {
NText {
anchors.centerIn: parent
text: root.prefix + spinBox.value + root.suffix
font.family: Settings.data.ui.fontFixed
font.pointSize: Style.fontSizeM * scaling
font.weight: Style.fontWeightMedium
color: Color.mOnSurface