mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-29 03:57:29 -05:00
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