summaryrefslogtreecommitdiffstats
path: root/homescreen/qml/TopArea.qml
diff options
context:
space:
mode:
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 {