Episode highlight background should be same as title color

This commit is contained in:
Thomas Perl 2014-02-07 00:27:20 +01:00
parent fe4380b8ba
commit e05f13225a

View file

@ -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