PlayerScreen: play/pause icon lower in page
This commit is contained in:
parent
b9bf210551
commit
4adb701d34
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ Item {
|
||||||
Image {
|
Image {
|
||||||
id: image_play
|
id: image_play
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: h_margin
|
anchors.topMargin: h_margin * 1.4
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
width: theme.iconSizeLarge
|
width: theme.iconSizeLarge
|
||||||
height: width
|
height: width
|
||||||
|
|
Loading…
Reference in a new issue