aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-02-04 05:35:22 +0100
committerselsta <selsta@sent.at>2019-02-04 05:37:05 +0100
commit27285d04ddde717bf52ddf66a0feadacd92700bb (patch)
treea1c5e0a7816b99439ff8bc24595a63d39c51eaf6
parentc7f3deb5cc5e68891154c14275fd5dfe6bdd0a71 (diff)
downloadmonzero-gui-27285d04ddde717bf52ddf66a0feadacd92700bb.tar.gz
monzero-gui-27285d04ddde717bf52ddf66a0feadacd92700bb.tar.xz
monzero-gui-27285d04ddde717bf52ddf66a0feadacd92700bb.zip
HistoryTable: fix time alignment
-rw-r--r--components/HistoryTable.qml2
1 files changed, 1 insertions, 1 deletions
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"