SettingSpinBox: fix binding loop

Change-Id: I0426d7cea16aedff3dc5ed0f493422ffb091d45e
GitLab: #1543
This commit is contained in:
Sébastien Blin
2024-02-14 09:56:32 -05:00
parent 0b96cf5f1f
commit a98f6ca4e3

View File

@@ -106,7 +106,7 @@ RowLayout {
up.indicator: Rectangle {
width: parent.width / 8
width: root.itemWidth / 8
radius: 4
anchors {
top: parent.top
@@ -132,7 +132,7 @@ RowLayout {
down.indicator: Rectangle {
width: parent.width / 8
width: root.itemWidth / 8
radius: 4
anchors {
top: parent.top