diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml index ca6f1b41eb..6dfa313de6 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"