diff --git a/src/app/settingsview/components/SettingSpinBox.qml b/src/app/settingsview/components/SettingSpinBox.qml
index d0ca70450636cb82873ad47f6a02ea3782aedb7d..247796075dd132949d5cc9251a847b8779602b5f 100644
--- a/src/app/settingsview/components/SettingSpinBox.qml
+++ b/src/app/settingsview/components/SettingSpinBox.qml
@@ -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