aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-02-06 16:12:55 -0600
committerluigi1111 <luigi1111w@gmail.com>2019-02-06 16:12:55 -0600
commited760cfc8271fa9e664bb97f57e5259520e00fb9 (patch)
treec2768d64bf8b5143c93bf826d2a2f64e398dcad5
parentb5f63184a9016443a566ddfe336d6fac3b1364f0 (diff)
parent27285d04ddde717bf52ddf66a0feadacd92700bb (diff)
downloadmonzero-gui-ed760cfc8271fa9e664bb97f57e5259520e00fb9.tar.gz
monzero-gui-ed760cfc8271fa9e664bb97f57e5259520e00fb9.tar.xz
monzero-gui-ed760cfc8271fa9e664bb97f57e5259520e00fb9.zip
Merge pull request #1932
27285d0 HistoryTable: fix time alignment (selsta)
-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"