Skip to content
Snippets Groups Projects
Commit a98f6ca4 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

SettingSpinBox: fix binding loop

Change-Id: I0426d7cea16aedff3dc5ed0f493422ffb091d45e
GitLab: #1543
parent 0b96cf5f
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment