Rounds the ends of NSliders to be more consistent with the rest of Noctalia's look

This commit is contained in:
Corey Woodworth
2025-09-26 11:01:38 -04:00
parent 348604e45a
commit 9da310ade4
+1 -1
View File
@@ -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)