NSlider: slightly more discrete bg track
This commit is contained in:
parent
3da2682111
commit
b51a87a981
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,9 @@ Slider {
|
||||||
width: root.availableWidth
|
width: root.availableWidth
|
||||||
height: implicitHeight
|
height: implicitHeight
|
||||||
radius: 0
|
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
|
// Animated gradient active track
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue