aboutsummaryrefslogtreecommitdiffstats
path: root/DateBox.qml
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2024-09-27 01:31:31 +0900
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2024-09-29 00:18:05 +0900
commit88fb60ad9d0c673f868d907ca451462ec16c9d7f (patch)
tree1c3df54cd7b518868ce2f7913ae81900e7498d6c /DateBox.qml
parent6a0b126643d36ff28d0fb9638498ca56ff3d43e7 (diff)
Rework momiscreen to migrate to Qt6
AGL momi IVI used weston with wayland-ivi-extention. At the scarthgap, it has issue for the touch event handling. New momiscreen changes role from homescreen bar to homescreen that is including compositor. Bug-AGL: SPEC-5162 Change-Id: I9cc92c508de2b49840690af1477fd52a37de7a86 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
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