[AI] Added outline to scrubber

This commit is contained in:
2026-07-24 00:13:23 -04:00
parent 5382a81770
commit 4e9798f436
+8 -1
View File
@@ -189,13 +189,19 @@ Item {
text: playerController.player?.trackArtist
}
Rectangle {
id: scrubber
id: scrubberOutline
Layout.fillWidth: true
Layout.preferredHeight: 8
Layout.rightMargin: 8
color: blendedColors.colLayer1
visible: playerController.player?.length > 0
Rectangle {
id: scrubber
anchors.fill: parent
anchors.margins: 2
color: blendedColors.colLayer1
Rectangle {
anchors.top: parent.top
anchors.bottom: parent.bottom
@@ -216,6 +222,7 @@ Item {
}
}
}
}
RowLayout {
Layout.fillWidth: true
Layout.preferredHeight: 32