summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-08-07 17:31:58 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-08-07 17:31:58 +0200
commit1e9efa30728fa13474d888abf35b2c01d935c679 (patch)
treeab69231451ee077b716ab04de3392e533c2d9e6d
parentTry to fix issue of pagination interfering with limited: true (diff)
downloadnheko-1e9efa30728fa13474d888abf35b2c01d935c679.tar.xz
Try to fix variable timestamp width
-rw-r--r--resources/qml/TimelineRow.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/TimelineRow.qml b/resources/qml/TimelineRow.qml

index d1c20278..a38a4d34 100644 --- a/resources/qml/TimelineRow.qml +++ b/resources/qml/TimelineRow.qml
@@ -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{