Add radius to both scrubber outline and scrubber background for visual

consistency
This commit is contained in:
2026-07-24 00:18:38 -04:00
parent 62c5a9a98d
commit c86fcd4f24
+2
View File
@@ -195,12 +195,14 @@ Item {
Layout.rightMargin: 8
color: blendedColors.colSecondaryContainer
visible: playerController.player?.length > 0
radius: parent.height / 2
Rectangle {
id: scrubber
anchors.fill: parent
anchors.margins: 2
color: blendedColors.colLayer1
radius: parent.height / 2
Rectangle {
anchors.top: parent.top