Index: sources/gui/qml/components/StoppedSlider.qml =================================================================== diff -u -r8f53c579291988cf29fce189d95f77a0bb7679f0 -r47f9c63c505b15ee0ce34e0f4771a3e138d441b2 --- sources/gui/qml/components/StoppedSlider.qml (.../StoppedSlider.qml) (revision 8f53c579291988cf29fce189d95f77a0bb7679f0) +++ sources/gui/qml/components/StoppedSlider.qml (.../StoppedSlider.qml) (revision 47f9c63c505b15ee0ce34e0f4771a3e138d441b2) @@ -65,6 +65,7 @@ isActive : _root.active stepSnap : true ticks : true + radius : 0 onPressed : { _root.pressed () } onReleased : { _root.released() } onHandleSelected : { setActiveValid() } @@ -97,7 +98,6 @@ } z : _lowMarker.z - 1 color : Colors.ufProgressBarFill - radius : height / 2 Rectangle { id: _removedFillCover anchors { Index: sources/gui/qml/globals/Colors.qml =================================================================== diff -u -r018005dc067da01f25899ce83e4ce8f14e5013ae -r47f9c63c505b15ee0ce34e0f4771a3e138d441b2 --- sources/gui/qml/globals/Colors.qml (.../Colors.qml) (revision 018005dc067da01f25899ce83e4ce8f14e5013ae) +++ sources/gui/qml/globals/Colors.qml (.../Colors.qml) (revision 47f9c63c505b15ee0ce34e0f4771a3e138d441b2) @@ -142,6 +142,7 @@ readonly property color ufVolumeGoalText : "#f5be59" readonly property color ufNotificationBarBg : "#0f2841" readonly property color ufProgressBarFill : "#467bbe" + readonly property color ufProgressBarBorder : "#416897" readonly property color ufAdjustmentDeltaFill : "#747974" readonly property color ufAdjustmentProgressBarBg : "#2c517b" readonly property color progressBarMinMax : "#c7c7c7"