mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 10:37:50 +00:00
Rounds the ends of NSliders to be more consistent with the rest of Noctalia's look
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ Slider {
|
||||
implicitHeight: trackHeight
|
||||
width: root.availableWidth
|
||||
height: implicitHeight
|
||||
radius: 0
|
||||
radius: height / 2
|
||||
color: Qt.alpha(Color.mSurface, 0.5)
|
||||
border.color: Qt.alpha(Color.mOutline, 0.5)
|
||||
border.width: Math.max(1, Style.borderS * scaling)
|
||||
|
||||
Reference in New Issue
Block a user