From 09b5eb1b42910e84612a37a0fb44629c73eee3e7 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 30 Sep 2021 15:20:15 +0300 Subject: Removal of libhomescreen and appfw deps Signed-off-by: Marius Vlad Change-Id: I794962edc5ad059182a0e324d74365fae6e9c8ed --- homescreen/qml/TopArea.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'homescreen/qml/TopArea.qml') diff --git a/homescreen/qml/TopArea.qml b/homescreen/qml/TopArea.qml index 19bed91..c5f1759 100644 --- a/homescreen/qml/TopArea.qml +++ b/homescreen/qml/TopArea.qml @@ -34,12 +34,12 @@ Image { Layout.fillHeight: true Layout.preferredWidth: 775 } - StatusArea { - id: statusArea - Layout.fillWidth: true - Layout.fillHeight: true - Layout.preferredWidth: 291 - } + //StatusArea { + // id: statusArea + // Layout.fillWidth: true + // Layout.fillHeight: true + // Layout.preferredWidth: 291 + //} } Timer { -- cgit 1.2.3-korg