From 90564364a5246f3a42cb23e5483524aabf85db23 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Fri, 7 Feb 2014 18:53:44 +0100 Subject: [PATCH] Fix player info text anchors --- touch/PlayerPage.qml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 }