[AI] Changed height to restore original scrubber height visually, and

changed color for visibility
This commit is contained in:
2026-07-24 00:17:30 -04:00
parent 4e9798f436
commit 62c5a9a98d
+2 -2
View File
@@ -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 {