From 5423b5cf86e4060812feff959e18d67a58cc35a2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:01:05 +1000 Subject: dashboard: fix date time Fixes #16 --- modules/dashboard/dash/DateTime.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/dashboard/dash/DateTime.qml b/modules/dashboard/dash/DateTime.qml index 5f44227..738fed1 100644 --- a/modules/dashboard/dash/DateTime.qml +++ b/modules/dashboard/dash/DateTime.qml @@ -48,7 +48,7 @@ Item { anchors.topMargin: -sep.font.pointSize * 0.45 horizontalAlignment: Text.AlignHCenter - text: Time.format("MM") + text: Time.format("mm") color: Colours.palette.m3secondary font.pointSize: Appearance.font.size.extraLarge font.weight: 500 -- cgit v1.2.3-freya