From: Marius Vlad Date: Thu, 2 Jul 2020 14:30:29 +0000 (+0300) Subject: Revert "app/MediaPlayer.qml: Adjust the playlist size so it arranged correctly" X-Git-Tag: 9.99.2^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fmediaplayer.git;a=commitdiff_plain;h=db27d85ed11d045f91de95ea86ae12b42404f1bb Revert "app/MediaPlayer.qml: Adjust the playlist size so it arranged correctly" This reverts commit 8a7865f1e9152b5098e1f1183310e90a10a58de1. Putting the player in the middle would actually screw up displaying other parts. Bug-AGL: SPEC-3348 Signed-off-by: Marius Vlad Change-Id: If9680b04a85d91eb7488b4d18db6b31bdf24f82a --- diff --git a/app/MediaPlayer.qml b/app/MediaPlayer.qml index 74fcf2e..94281f5 100644 --- a/app/MediaPlayer.qml +++ b/app/MediaPlayer.qml @@ -258,7 +258,7 @@ ApplicationWindow { Item { Layout.fillWidth: true Layout.fillHeight: true - Layout.preferredHeight: container.height / 2 + Layout.preferredHeight: 407 ListView { anchors.fill: parent