summaryrefslogtreecommitdiffstats
path: root/homescreen/qml/TopArea.qml
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-09-30 15:20:15 +0300
committerMarius Vlad <marius.vlad@collabora.com>2021-10-18 16:38:11 +0300
commit09b5eb1b42910e84612a37a0fb44629c73eee3e7 (patch)
tree582352c2f273a913658985485e784e4119127f81 /homescreen/qml/TopArea.qml
parent187fffa9f0a05359678887f30b58091cf7c5fc47 (diff)
Removal of libhomescreen and appfw depssandbox/mvlad/flatpak-integration
Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I794962edc5ad059182a0e324d74365fae6e9c8ed
Diffstat (limited to 'homescreen/qml/TopArea.qml')
-rw-r--r--homescreen/qml/TopArea.qml12
1 files changed, 6 insertions, 6 deletions
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 {