Index: sources/gui/qml/pages/treatment/TreatmentTrends.qml =================================================================== diff -u -raacca8cc53f5e4ff5abb6d7df3d5ad48c915645c -r7fb13d9e1a453a37ab4dea5536e0f19ed6e272d2 --- sources/gui/qml/pages/treatment/TreatmentTrends.qml (.../TreatmentTrends.qml) (revision aacca8cc53f5e4ff5abb6d7df3d5ad48c915645c) +++ sources/gui/qml/pages/treatment/TreatmentTrends.qml (.../TreatmentTrends.qml) (revision 7fb13d9e1a453a37ab4dea5536e0f19ed6e272d2) @@ -441,7 +441,7 @@ } } - ScrollBar2 { id: _scrollbar + ScrollBarVH { id: _scrollbar objectName: "_scrollbar" anchors { bottom : parent.bottom @@ -452,7 +452,7 @@ rightMargin : Variables.defaultMargin } height : 5 - direction : ScrollBar2.Horizontal + direction : ScrollBarVH.Horizontal scrollColor : "#606060" flickable : _paramList opacity : _paramList.count > _paramList.visibleParamCount @@ -675,7 +675,7 @@ onModelCountChanged: { positionViewAtBeginning() } } - ScrollBar2 { id: _historyScrollbar + ScrollBarVH { id: _historyScrollbar objectName: "_historyScrollbar" anchors { top : _historyList.top @@ -685,7 +685,7 @@ } width : 5 scrollColor : "#606060" - direction : ScrollBar2.Vertical + direction : ScrollBarVH.Vertical flickable : _historyList opacity : _historyList.contentHeight > _historyList.height || _historyList.flicking || _historyList.dragging ? 1 : 0