Try to fix variable timestamp width
This commit is contained in:
parent
b972d827cb
commit
1e9efa3072
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user