Index: sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml =================================================================== diff -u -r2216ac6ac7f77437a7c29ac8b4043be01bc4609e -r577ab4647b2584d4e32b26797281ec1543d2e1aa --- sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision 2216ac6ac7f77437a7c29ac8b4043be01bc4609e) +++ sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision 577ab4647b2584d4e32b26797281ec1543d2e1aa) @@ -43,19 +43,10 @@ enabled : vPostTreatmentAdjustmentTreatmentLog.isIdle && _GuiView.usbReady } - Rectangle { id: _backgroud - clip: true + ScrollBar { anchors.fill: _flickable - color : Colors.backgroundDialog - radius : 5 - Rectangle { id: _scrollbar - anchors.right: parent.right - width : 5 - radius : width - y : _flickable.height * _flickable.visibleArea.yPosition - height : _flickable.height * _flickable.visibleArea.heightRatio - color : "#80696969" // half transparent dimgray - } + flickable : _flickable + backColor : Colors.backgroundDialog } Flickable { id: _flickable @@ -67,7 +58,7 @@ bottomMargin : Variables.notificationHeight + Variables.minVGap horizontalCenter: parent.horizontalCenter } - width : parent.width - Variables.minVGap * 2 // * 2 : for each side + width : parent.width - Variables.minVGap2 * 2 // * 2 : for each side contentWidth : width contentHeight: _parametersGrid.height @@ -95,3 +86,4 @@ } } } +