aboutsummaryrefslogtreecommitdiffstats
path: root/DateBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'DateBox.qml')
-rw-r--r--DateBox.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/DateBox.qml b/DateBox.qml
index 9b7a48f..9b70a1f 100644
--- a/DateBox.qml
+++ b/DateBox.qml
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-3.0+
-// Copyright (C) 2021 AISIN CORPORATION
+// Copyright (C) 2024 Automotive Grade Linux
-import QtQuick 2.2
+import QtQuick
Item {
id: dateBox
@@ -28,6 +28,7 @@ Item {
id: dateBoxText
visible: true
font.pixelSize: pixSize
+ font.bold: true
color: timeColor
horizontalAlignment: Text.AlignRight
anchors.horizontalCenter: parent.horizontalCenter