Try to fix variable timestamp width
This commit is contained in:
parent
b972d827cb
commit
1e9efa3072
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue