diff --git a/touch/PlayerPage.qml b/touch/PlayerPage.qml index 256f2c5..852c269 100644 --- a/touch/PlayerPage.qml +++ b/touch/PlayerPage.qml @@ -54,11 +54,19 @@ SlidePage { } PLabel { + anchors { + left: parent.left + right: parent.right + } text: player.episode_title elide: Text.ElideRight } PLabel { + anchors { + left: parent.left + right: parent.right + } text: player.podcast_title elide: Text.ElideRight }