Update NSpinBox.qml

I missed a line
This commit is contained in:
MrDowntempo
2025-09-28 13:16:07 -04:00
committed by GitHub
parent 382116e795
commit 5f3c088f22

View File

@@ -158,7 +158,6 @@ RowLayout {
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.right: parent.right
opacity: root.enabled && spinBox.value < spinBox.to ? 1.0 : 0.3
opacity: root.enabled && root.value < root.to ? 1.0 : 0.3