Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r7db80dd579054dd4754ae4d135a4a3e647f09b5f -r3e91f569d10fe5b76298b85ee3a6875f80e33063 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 7db80dd579054dd4754ae4d135a4a3e647f09b5f) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 3e91f569d10fe5b76298b85ee3a6875f80e33063) @@ -78,10 +78,11 @@ readonly property int rangeRectRadius : 2 readonly property int rangeRectTextMargin : 10 readonly property int rangeRectBorderWidth : 2 - readonly property int rangeMarkerHeight : 50 + readonly property int rangeMarkerHeight : 60 readonly property int rangeMarkerHeightMidle : 40 readonly property int rangeMarkerHeightShort : 30 - readonly property int rangeMarkerWidth : 3 + readonly property int rangeMarkerWidth : 2 + readonly property int rangeMarkerWidthMidle : 3 readonly property int progressbarHeight : 30 readonly property int progressbarHandler : 30