Index: sources/gui/qml/pages/pretreatment/create/PreTreatmentConfirm.qml =================================================================== diff -u -rd30b025325e38d823282ff23e28d35adf3d1d907 -r577ab4647b2584d4e32b26797281ec1543d2e1aa --- sources/gui/qml/pages/pretreatment/create/PreTreatmentConfirm.qml (.../PreTreatmentConfirm.qml) (revision d30b025325e38d823282ff23e28d35adf3d1d907) +++ sources/gui/qml/pages/pretreatment/create/PreTreatmentConfirm.qml (.../PreTreatmentConfirm.qml) (revision 577ab4647b2584d4e32b26797281ec1543d2e1aa) @@ -30,6 +30,14 @@ PreTreatmentBase { id: _root objectName: "_PreTreatmentConfirm" + ScrollBar { + backColor : Colors.backgroundDialog + flickable : _flickable + anchors.fill: _flickable + anchors.rightMargin : Variables.minVGap2 + anchors.leftMargin : Variables.minVGap2 + } + Flickable { id: _flickable objectName: "_PreTreatmentConfirmFlickable" anchors { @@ -44,17 +52,6 @@ contentHeight : _column.implicitHeight clip: true - ScrollBar.vertical: ScrollBar { id: _scrollBar - anchors.right: _flickable.right - anchors.rightMargin: 3 - contentItem: Rectangle { - color: Colors.backgroundRangeRect - implicitWidth: 6 - radius: width / 2 - width: 3 - } - } - Column { id: _column spacing: Variables.treatmentSpacing anchors.horizontalCenter: parent.horizontalCenter;