diff options
| author | selsta <selsta@sent.at> | 2019-02-04 05:35:22 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-02-04 05:37:05 +0100 |
| commit | 27285d04ddde717bf52ddf66a0feadacd92700bb (patch) | |
| tree | a1c5e0a7816b99439ff8bc24595a63d39c51eaf6 /components/HistoryTable.qml | |
| parent | c7f3deb5cc5e68891154c14275fd5dfe6bdd0a71 (diff) | |
| download | monzero-gui-27285d04ddde717bf52ddf66a0feadacd92700bb.tar.gz monzero-gui-27285d04ddde717bf52ddf66a0feadacd92700bb.tar.xz monzero-gui-27285d04ddde717bf52ddf66a0feadacd92700bb.zip | |
HistoryTable: fix time alignment
Diffstat (limited to 'components/HistoryTable.qml')
| -rw-r--r-- | components/HistoryTable.qml | 2 |
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" |
