Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r74de6c3e36568bf842648d1a9f8d5bb6949fca5b -raac9d5d70abbd8d75c6e3782722e5daaf7355153 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 74de6c3e36568bf842648d1a9f8d5bb6949fca5b) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision aac9d5d70abbd8d75c6e3782722e5daaf7355153) @@ -69,15 +69,15 @@ readonly property int rangeRectMargin : 1 readonly property int rangeRectRadius : 2 - readonly property int rangeRectTextMargin : 7 + readonly property int rangeRectTextMargin : 10 readonly property int rangeRectBorderWidth : 2 readonly property int rangeMarkerHeight : 60 readonly property int rangeMarkerHeightMidle : 40 readonly property int rangeMarkerHeightShort : 20 readonly property int rangeMarkerWidth : 2 readonly property int progressbarHeight : 30 - readonly property int progressbarHandler : 35 + readonly property int progressbarHandler : 30 readonly property int progressbarHandlerBorderWidth : 4 readonly property int progressbarRectMargin : 0 // default as 0 to avoid progressRect having a thicker border than slider body