From 0bdd39b247661c1a0406d450d578d4ff3fd171b0 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 8 Nov 2019 11:08:35 +0000 Subject: Revert "Add push to talk support to homescreen" It turned out the homescreen won't show. So we need to revisit this patch. https://gerrit.automotivelinux.org/gerrit/#/c/apps/homescreen/+/21182/ This reverts commit f3de2f5cad06a772ee55f58694d559a7cb012c02. Change-Id: Ic8829e5009e9fb74b49ad1dd79125b45a872a838 --- homescreen/qml/MediaArea.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'homescreen/qml/MediaArea.qml') diff --git a/homescreen/qml/MediaArea.qml b/homescreen/qml/MediaArea.qml index 3b6d18a..0447589 100644 --- a/homescreen/qml/MediaArea.qml +++ b/homescreen/qml/MediaArea.qml @@ -20,8 +20,8 @@ import QtQuick.Controls 2.0 StackView { id: root - width: parent.width - height: parent.height + width: 1080 + height: 215 initialItem: blank -- cgit 1.2.3-korg