Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -ra6ad83a73eb80978261a408ee5a92fbc8f7faa4e -rde68fcc0e2885ef78670ce8edf5e10f88b705d8d --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision a6ad83a73eb80978261a408ee5a92fbc8f7faa4e) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision de68fcc0e2885ef78670ce8edf5e10f88b705d8d) @@ -80,10 +80,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