Index: sources/gui/qml/components/ScrollBar.qml =================================================================== diff -u -r642f08650a7a88ad6a2305fdea6bd18365aab5c7 -r1a65211f5b694f7f0defb35fe6f060a26455109b --- sources/gui/qml/components/ScrollBar.qml (.../ScrollBar.qml) (revision 642f08650a7a88ad6a2305fdea6bd18365aab5c7) +++ sources/gui/qml/components/ScrollBar.qml (.../ScrollBar.qml) (revision 1a65211f5b694f7f0defb35fe6f060a26455109b) @@ -31,6 +31,7 @@ property alias scrollColor : _scrollbar.color property alias backColor : _root.color property real scrollMargin : 0 + property alias handleWidth : _scrollbar.width clip: true color : Colors.transparent