summaryrefslogtreecommitdiff
path: root/modules/dashboard/Dash.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard/Dash.qml')
-rw-r--r--modules/dashboard/Dash.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/dashboard/Dash.qml b/modules/dashboard/Dash.qml
index 31ece71..52ee629 100644
--- a/modules/dashboard/Dash.qml
+++ b/modules/dashboard/Dash.qml
@@ -27,18 +27,18 @@ GridLayout {
Rect {
Layout.row: 1
+ Layout.fillHeight: true
DateTime {}
}
Rect {
- // text: "calendar"
-
Layout.row: 1
Layout.column: 1
Layout.columnSpan: 3
Layout.fillWidth: true
- Layout.fillHeight: true
+
+ Calendar {}
}
Rect {