mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-12 04:06:31 +08:00
SettingSpinBox: fix binding loop
Change-Id: I0426d7cea16aedff3dc5ed0f493422ffb091d45e GitLab: #1543
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user