Change dateFormat to follow system default.
This commit is contained in:
@@ -68,7 +68,7 @@ Control {
|
||||
Layout.fillWidth: true
|
||||
Layout.maximumWidth: messageListView.width - authorControl.width - row.spacing - (root.padding * 2)
|
||||
|
||||
text: display + " • " + Qt.formatTime(time, "hh:mm AP")
|
||||
text: display + " • " + Qt.formatTime(time)
|
||||
color: MPalette.foreground
|
||||
font.pixelSize: 13
|
||||
font.weight: Font.Medium
|
||||
|
||||
Reference in New Issue
Block a user