non important commit

This commit is contained in:
benstrb 2026-02-28 23:19:14 +01:00
parent c16796d764
commit bdf126a32a

View file

@ -14,6 +14,7 @@ PanelWindow {
} }
Text { Text {
anchors.centerIn: parent
text: Qt.formatDateTime(clock.date, "hh\nmm") text: Qt.formatDateTime(clock.date, "hh\nmm")
} }
} }