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