Fix player info text anchors

This commit is contained in:
Thomas Perl 2014-02-07 18:53:44 +01:00
parent 67f40d6a04
commit 90564364a5

View file

@ -54,11 +54,19 @@ SlidePage {
} }
PLabel { PLabel {
anchors {
left: parent.left
right: parent.right
}
text: player.episode_title text: player.episode_title
elide: Text.ElideRight elide: Text.ElideRight
} }
PLabel { PLabel {
anchors {
left: parent.left
right: parent.right
}
text: player.podcast_title text: player.podcast_title
elide: Text.ElideRight elide: Text.ElideRight
} }