Merge pull request #1932

27285d0 HistoryTable: fix time alignment (selsta)
This commit is contained in:
luigi1111 2019-02-06 16:12:55 -06:00
commit ed760cfc82
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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"