summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-07-02 17:30:29 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-07-03 12:17:00 +0300
commit25c5a466d772749fce438cc67a6cad8ddc7b9a4a (patch)
treed87ff9f97aadf0256ba169d71cc57bafe6358c4f
parent0e28554a64b706e1cf0e0b9065530d5869f88c32 (diff)
Revert "app/MediaPlayer.qml: Adjust the playlist size so it arranged correctly"sandbox/mvlad/scale-layout
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
-rw-r--r--app/MediaPlayer.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/MediaPlayer.qml b/app/MediaPlayer.qml
index 063fb55..f7a54d7 100644
--- a/app/MediaPlayer.qml
+++ b/app/MediaPlayer.qml
@@ -257,7 +257,7 @@ ApplicationWindow {
Item {
Layout.fillWidth: true
Layout.fillHeight: true
- Layout.preferredHeight: container.height / 2
+ Layout.preferredHeight: 407
ListView {
anchors.fill: parent