summaryrefslogtreecommitdiff
path: root/modules/dashboard/Dash.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-20 22:01:42 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-20 22:01:42 +0800
commitc32d9035e035d5539a639b2f60314bd1002c107a (patch)
tree7d89ec483c392bca8e54c85a1a6a63ef5c808564 /modules/dashboard/Dash.qml
parentlauncher: limit width to less of screen (diff)
downloadcaelestia-shell-c32d9035e035d5539a639b2f60314bd1002c107a.tar.gz
caelestia-shell-c32d9035e035d5539a639b2f60314bd1002c107a.tar.bz2
caelestia-shell-c32d9035e035d5539a639b2f60314bd1002c107a.zip
dashboard: add calendar
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 {