Skip to content

Commit

Permalink
Merge pull request #1932
Browse files Browse the repository at this point in the history
27285d0 HistoryTable: fix time alignment (selsta)
  • Loading branch information
luigi1111 committed Feb 6, 2019
2 parents b5f6318 + 27285d0 commit ed760cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/HistoryTable.qml
Expand Up @@ -216,7 +216,7 @@ ListView {
anchors.left: dateLabel.right anchors.left: dateLabel.right
anchors.leftMargin: 7 * scaleRatio anchors.leftMargin: 7 * scaleRatio
anchors.top: parent.top anchors.top: parent.top
anchors.topMargin: 3 * scaleRatio anchors.topMargin: 1 * scaleRatio
font.pixelSize: 12 * scaleRatio font.pixelSize: 12 * scaleRatio
text: time text: time
color: "#808080" color: "#808080"
Expand Down

0 comments on commit ed760cf

Please sign in to comment.