From 27285d04ddde717bf52ddf66a0feadacd92700bb Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 4 Feb 2019 05:35:22 +0100 Subject: [PATCH] HistoryTable: fix time alignment --- components/HistoryTable.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml index ca6f1b41..6dfa313d 100644 --- a/components/HistoryTable.qml +++ b/components/HistoryTable.qml @@ -216,7 +216,7 @@ ListView { anchors.left: dateLabel.right anchors.leftMargin: 7 * scaleRatio anchors.top: parent.top - anchors.topMargin: 3 * scaleRatio + anchors.topMargin: 1 * scaleRatio font.pixelSize: 12 * scaleRatio text: time color: "#808080"