NSlider: slightly more discrete bg track

This commit is contained in:
LemmyCook 2025-09-15 08:36:08 -04:00
parent 3da2682111
commit b51a87a981

View file

@ -26,7 +26,9 @@ Slider {
width: root.availableWidth
height: implicitHeight
radius: 0
color: Color.mSurface
color: Qt.alpha(Color.mSurface, 0.5)
border.color: Qt.alpha(Color.mOutline, 0.5)
border.width: Math.max(1, Style.borderS * scaling)
// Animated gradient active track
Rectangle {