non important commit

This commit is contained in:
benstrb 2026-02-28 23:32:06 +01:00
parent bdf126a32a
commit 2294a77757

View file

@ -15,6 +15,8 @@ PanelWindow {
Text { Text {
anchors.centerIn: parent anchors.centerIn: parent
color: "#FFFFFF"
fontSize: 14
text: Qt.formatDateTime(clock.date, "hh\nmm") text: Qt.formatDateTime(clock.date, "hh\nmm")
} }
} }