diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-05-29 14:25:46 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-06-24 17:08:51 +0300 |
commit | 8a7865f1e9152b5098e1f1183310e90a10a58de1 (patch) | |
tree | 07503d7cd84fbcbb7919a1b5818b160a4c2415ef | |
parent | 23cd364ee2ec8d2c38ec04288e942feac065942e (diff) |
app/MediaPlayer.qml: Adjust the playlist size so it arranged correctlyjellyfish_9.99.1jellyfish/9.99.19.99.1
on the middle
Bug-AGL: SPEC-3379
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ib3b1f5ccb98a39787c569ed3606cd6f5b2c4051f
-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 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 |