From c86fcd4f24705aeebeb2b232e87a5c84d87a78fa Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 24 Jul 2026 00:18:38 -0400 Subject: [PATCH] Add radius to both scrubber outline and scrubber background for visual consistency --- osd/PlayerControl.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osd/PlayerControl.qml b/osd/PlayerControl.qml index b3490ee..883f259 100644 --- a/osd/PlayerControl.qml +++ b/osd/PlayerControl.qml @@ -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