diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-07-02 17:30:29 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-07-03 23:50:03 +0300 |
commit | db27d85ed11d045f91de95ea86ae12b42404f1bb (patch) | |
tree | 17acbd75ef5d8a4039596c4e13e91ef16c17bf39 /app | |
parent | 8a7865f1e9152b5098e1f1183310e90a10a58de1 (diff) |
Revert "app/MediaPlayer.qml: Adjust the playlist size so it arranged correctly"koi_10.91.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.29.99.49.99.39.99.210.91.0
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
Diffstat (limited to 'app')
-rw-r--r-- | app/MediaPlayer.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |