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

Try to fix variable timestamp width

parent b972d827
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ Item {
Label {
Layout.alignment: Qt.AlignRight | Qt.AlignTop
text: model.timestamp.toLocaleTimeString("HH:mm")
width: Math.max(implicitWidth, text.length*fontMetrics.maximumCharacterWidth)
color: inactiveColors.text
MouseArea{
......
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