Compare commits
2 Commits
0738e33d58
...
2d9c455e1e
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d9c455e1e | |||
| 734c08e596 |
@@ -188,6 +188,22 @@ Item {
|
||||
elide: Text.ElideRight
|
||||
text: playerController.player?.trackArtist
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: 4
|
||||
color: blendedColors.colLayer1
|
||||
visible: playerController.player?.length > 0
|
||||
|
||||
Rectangle {
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.left: parent.left
|
||||
color: blendedColors.colPrimary
|
||||
width: (playerController.player?.position / playerController.player?.length) * parent.width
|
||||
radius: parent.height / 2
|
||||
}
|
||||
}
|
||||
RowLayout {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: 32
|
||||
|
||||
Reference in New Issue
Block a user