diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-02-06 16:12:55 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-02-06 16:12:55 -0600 |
| commit | ed760cfc8271fa9e664bb97f57e5259520e00fb9 (patch) | |
| tree | c2768d64bf8b5143c93bf826d2a2f64e398dcad5 /components | |
| parent | b5f63184a9016443a566ddfe336d6fac3b1364f0 (diff) | |
| parent | 27285d04ddde717bf52ddf66a0feadacd92700bb (diff) | |
| download | monzero-gui-ed760cfc8271fa9e664bb97f57e5259520e00fb9.tar.gz monzero-gui-ed760cfc8271fa9e664bb97f57e5259520e00fb9.tar.xz monzero-gui-ed760cfc8271fa9e664bb97f57e5259520e00fb9.zip | |
Merge pull request #1932
27285d0 HistoryTable: fix time alignment (selsta)
Diffstat (limited to 'components')
| -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" |
