[AI] Added outline to scrubber
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user