mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00: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