fix spinbox looped value

This commit is contained in:
end-4
2025-06-23 02:35:55 +02:00
parent ced0f6efb1
commit 7cf3c264ab
@@ -26,7 +26,7 @@ SpinBox {
StyledTextInput {
id: labelText
anchors.centerIn: parent
text: root.displayText
text: root.value // displayText would make the numbers weird like 1,000 instead of 1000
color: Appearance.colors.colOnLayer2
font.pixelSize: Appearance.font.pixelSize.small
validator: root.validator