diff --git a/osd/PlayerControl.qml b/osd/PlayerControl.qml index 66052a6..b3490ee 100644 --- a/osd/PlayerControl.qml +++ b/osd/PlayerControl.qml @@ -191,9 +191,9 @@ Item { Rectangle { id: scrubberOutline Layout.fillWidth: true - Layout.preferredHeight: 8 + Layout.preferredHeight: 12 Layout.rightMargin: 8 - color: blendedColors.colLayer1 + color: blendedColors.colSecondaryContainer visible: playerController.player?.length > 0 Rectangle {