From eb227c1da7bdd2d81c5a95881d7eef18369ca96a Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Sat, 25 Apr 2020 18:42:40 +0300 Subject: agl-compositor: Conversion to agl-compositor Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad Change-Id: I7da44ec333217d355ba643d2d21bea7d8940ad2b --- homescreen/qml/MediaArea.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'homescreen/qml/MediaArea.qml') diff --git a/homescreen/qml/MediaArea.qml b/homescreen/qml/MediaArea.qml index 3b6d18a..88eaf1e 100644 --- a/homescreen/qml/MediaArea.qml +++ b/homescreen/qml/MediaArea.qml @@ -20,8 +20,7 @@ import QtQuick.Controls 2.0 StackView { id: root - width: parent.width - height: parent.height + anchors.fill: parent initialItem: blank -- cgit 1.2.3-korg