diff --git a/resources/qml/Widgets/SingleSettingSlider.qml b/resources/qml/Widgets/SingleSettingSlider.qml index d1df835e58..8baccfefe7 100644 --- a/resources/qml/Widgets/SingleSettingSlider.qml +++ b/resources/qml/Widgets/SingleSettingSlider.qml @@ -20,13 +20,6 @@ RowLayout property int maxValue: 100 property int minValue: 0 - anchors - { - left: strengthSection.right - right: parent.right - verticalCenter: strengthSection.verticalCenter - } - UM.SettingPropertyProvider { id: settingPropertyProvider