Revert "app/MediaPlayer.qml: Adjust the playlist size so it arranged correctly" 30/24930/1 10.91.0 9.99.2 9.99.3 9.99.4 jellyfish/9.99.2 jellyfish/9.99.3 jellyfish/9.99.4 jellyfish_9.99.2 jellyfish_9.99.3 jellyfish_9.99.4 koi/10.91.0 koi_10.91.0
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 2 Jul 2020 14:30:29 +0000 (17:30 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Fri, 3 Jul 2020 20:50:03 +0000 (23:50 +0300)
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 <marius.vlad@collabora.com>
Change-Id: If9680b04a85d91eb7488b4d18db6b31bdf24f82a

app/MediaPlayer.qml

index 74fcf2e..94281f5 100644 (file)
@@ -258,7 +258,7 @@ ApplicationWindow {
         Item {
             Layout.fillWidth: true
             Layout.fillHeight: true
-            Layout.preferredHeight: container.height / 2
+            Layout.preferredHeight: 407
 
             ListView {
                 anchors.fill: parent