HistoryTable: fix time alignment

This commit is contained in:
selsta 2019-02-04 05:35:22 +01:00
parent c7f3deb5cc
commit 27285d04dd

View File

@ -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"