Index: sources/gui/qml/components/ScrollBar.qml =================================================================== diff -u -r577ab4647b2584d4e32b26797281ec1543d2e1aa -r2230a5b1b891f47b64165164710aa680ddfc7040 --- sources/gui/qml/components/ScrollBar.qml (.../ScrollBar.qml) (revision 577ab4647b2584d4e32b26797281ec1543d2e1aa) +++ sources/gui/qml/components/ScrollBar.qml (.../ScrollBar.qml) (revision 2230a5b1b891f47b64165164710aa680ddfc7040) @@ -39,8 +39,8 @@ right : _root.right rightMargin : _root.scrollMargin } - width : 5 - radius : width + width : Variables.dialogRadius + radius : Variables.dialogRadius y : ( flickable instanceof Flickable) ? flickable.height * flickable.visibleArea.yPosition : 0 height : ( flickable instanceof Flickable) ? flickable.height * flickable.visibleArea.heightRatio : 0 color : "#80696969" // half transparent dimgray