Episode highlight background should be same as title color
This commit is contained in:
parent
fe4380b8ba
commit
e05f13225a
1 changed files with 3 additions and 1 deletions
|
@ -108,7 +108,7 @@ Item {
|
|||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: '#ffffff'
|
||||
color: titleLabel.color
|
||||
visible: (progress > 0) || isPlaying
|
||||
opacity: 0.1
|
||||
}
|
||||
|
@ -146,6 +146,8 @@ Item {
|
|||
}
|
||||
|
||||
PLabel {
|
||||
id: titleLabel
|
||||
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue