From abe51f49286035d23fa88032f911833ec0ffa11d Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Mon, 15 Sep 2025 21:21:42 -0400 Subject: [PATCH] NSpinBox: use fixed font for number --- Widgets/NSpinBox.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Widgets/NSpinBox.qml b/Widgets/NSpinBox.qml index cbc1561..0f5feb0 100644 --- a/Widgets/NSpinBox.qml +++ b/Widgets/NSpinBox.qml @@ -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