From: Marius Vlad Date: Fri, 29 May 2020 11:25:46 +0000 (+0300) Subject: app/MediaPlayer.qml: Adjust the playlist size so it arranged correctly X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=16981a61648b5dc563a3e522c1c86c5dcbb43504;p=apps%2Fmediaplayer.git app/MediaPlayer.qml: Adjust the playlist size so it arranged correctly on the middle Bug-AGL: SPEC-3379 Signed-off-by: Marius Vlad --- diff --git a/app/MediaPlayer.qml b/app/MediaPlayer.qml index 94281f5..74fcf2e 100644 --- a/app/MediaPlayer.qml +++ b/app/MediaPlayer.qml @@ -258,7 +258,7 @@ ApplicationWindow { Item { Layout.fillWidth: true Layout.fillHeight: true - Layout.preferredHeight: 407 + Layout.preferredHeight: container.height / 2 ListView { anchors.fill: parent