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