Fixed master sliders

This commit is contained in:
2023-02-18 22:49:27 +01:00
parent 121976c080
commit d5f54e2bdc
4 changed files with 17 additions and 16 deletions

View File

@@ -91,6 +91,7 @@ ColumnLayout {
}
Label { text: qsTr("Address:") }
SpinBox {
to: 512
Layout.fillWidth: true
value: listView.currentData ? listView.currentData.address : -1
onValueModified: listView.currentData.address = value