mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NSlider: slightly more discrete bg track
This commit is contained in:
+3
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user