From 4adb701d342772c1bd5e82f23b6d5abc1a01a380 Mon Sep 17 00:00:00 2001 From: Louis-Joseph Fournier Date: Thu, 14 Jan 2016 15:57:58 +0100 Subject: [PATCH] PlayerScreen: play/pause icon lower in page --- qml/PlayerScreen.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/PlayerScreen.qml b/qml/PlayerScreen.qml index ea2f8f2..60653e5 100644 --- a/qml/PlayerScreen.qml +++ b/qml/PlayerScreen.qml @@ -62,7 +62,7 @@ Item { Image { id: image_play anchors.top: parent.top - anchors.topMargin: h_margin + anchors.topMargin: h_margin * 1.4 anchors.horizontalCenter: parent.horizontalCenter width: theme.iconSizeLarge height: width