From c32d9035e035d5539a639b2f60314bd1002c107a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 20 May 2025 22:01:42 +0800 Subject: dashboard: add calendar --- modules/dashboard/Dash.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/dashboard/Dash.qml') 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 { -- cgit v1.2.3-freya