NSpinBox: use fixed font for number
This commit is contained in:
parent
33a75d042d
commit
abe51f4928
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ RowLayout {
|
||||||
NText {
|
NText {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: root.prefix + spinBox.value + root.suffix
|
text: root.prefix + spinBox.value + root.suffix
|
||||||
|
font.family: Settings.data.ui.fontFixed
|
||||||
font.pointSize: Style.fontSizeM * scaling
|
font.pointSize: Style.fontSizeM * scaling
|
||||||
font.weight: Style.fontWeightMedium
|
font.weight: Style.fontWeightMedium
|
||||||
color: Color.mOnSurface
|
color: Color.mOnSurface
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue