mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Use short format for time
This commit is contained in:
parent
2685eec6c7
commit
e5cff64460
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ Item {
|
|||
|
||||
Label {
|
||||
Layout.alignment: Qt.AlignRight | Qt.AlignTop
|
||||
text: model.timestamp.toLocaleTimeString("HH:mm")
|
||||
text: model.timestamp.toLocaleTimeString(Locale.ShortFormat)
|
||||
width: Math.max(implicitWidth, text.length * fontMetrics.maximumCharacterWidth)
|
||||
color: inactiveColors.text
|
||||
ToolTip.visible: ma.hovered
|
||||
|
|
Loading…
Reference in a new issue