mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Update NSpinBox.qml
I missed a line
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user