Index: sources/gui/qml/components/Slider.qml =================================================================== diff -u -rccb91da4becded9a7ad409b758bba96784d9feba -r8a5dbf556a66524fbe4b60ac1573182a0bd27617 --- sources/gui/qml/components/Slider.qml (.../Slider.qml) (revision ccb91da4becded9a7ad409b758bba96784d9feba) +++ sources/gui/qml/components/Slider.qml (.../Slider.qml) (revision 8a5dbf556a66524fbe4b60ac1573182a0bd27617) @@ -185,7 +185,7 @@ color : Colors.highlightProgressBar border { width: 4 - color: "white" + color: Colors.textMain } } }