QML UI: Fix layout for multi-line episode titles

This commit is contained in:
Thomas Perl 2013-04-10 14:08:25 +02:00
parent f344edc484
commit c12884777b

View file

@ -361,10 +361,9 @@ Item {
}
Label {
y: progressBar.y - height - Config.smallSpacing
anchors {
bottom: parent.bottom
right: parent.right
bottomMargin: progressBar.height
rightMargin: Config.largeSpacing
}
color: '#aaa'