Skip to content
Snippets Groups Projects
Verified Commit e5cff644 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Use short format for time

parent 2685eec6
No related branches found
No related tags found
No related merge requests found
Pipeline #788 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment