From c6a389120d8f1eebcc817d2903aae5ebb2b8732b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 18 May 2025 11:42:16 +0800 Subject: dashboard: add datetime --- modules/dashboard/Dash.qml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'modules/dashboard/Dash.qml') diff --git a/modules/dashboard/Dash.qml b/modules/dashboard/Dash.qml index 2d768c7..0d8b760 100644 --- a/modules/dashboard/Dash.qml +++ b/modules/dashboard/Dash.qml @@ -26,11 +26,9 @@ GridLayout { } Rect { - text: "time" - Layout.row: 1 - Layout.preferredWidth: 100 - Layout.fillHeight: true + + DateTime {} } Rect { @@ -40,7 +38,7 @@ GridLayout { Layout.column: 1 Layout.columnSpan: 3 Layout.fillWidth: true - Layout.preferredHeight: 200 + Layout.fillHeight: true } Rect { -- cgit v1.2.3-freya