Change dateFormat to follow system default.

This commit is contained in:
Black
2020-01-26 14:05:10 -08:00
parent 8f4a097420
commit bd6c7dadfd
5 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ RowLayout {
contentItem: RowLayout {
Label {
text: Qt.formatTime(time, "hh:mm AP")
text: Qt.formatTime(time)
color: "white"
font.pixelSize: 12
}