From 8a7865f1e9152b5098e1f1183310e90a10a58de1 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 29 May 2020 14:25:46 +0300 Subject: app/MediaPlayer.qml: Adjust the playlist size so it arranged correctly on the middle Bug-AGL: SPEC-3379 Signed-off-by: Marius Vlad Change-Id: Ib3b1f5ccb98a39787c569ed3606cd6f5b2c4051f --- app/MediaPlayer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg