forked from Shinonome/dots-hyprland
fix spinbox looped value
This commit is contained in:
@@ -26,7 +26,7 @@ SpinBox {
|
|||||||
StyledTextInput {
|
StyledTextInput {
|
||||||
id: labelText
|
id: labelText
|
||||||
anchors.centerIn: parent
|
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
|
color: Appearance.colors.colOnLayer2
|
||||||
font.pixelSize: Appearance.font.pixelSize.small
|
font.pixelSize: Appearance.font.pixelSize.small
|
||||||
validator: root.validator
|
validator: root.validator
|
||||||
|
|||||||
Reference in New Issue
Block a user