diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-01-08 16:57:09 -0800 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-01-08 16:57:09 -0800 |
| commit | 1ced5e34b6bae3740f813bc9a8eb2267d3a9e4d3 (patch) | |
| tree | 37918d3862c2aa9e4e5778ab5342af126e57c0d1 | |
| parent | 3badb12ea365bab1b06ed165ebff9889fad0b5b5 (diff) | |
| parent | bd07a990fb9f15c1f7a90586df5f67e5d8ed366b (diff) | |
| download | monzero-gui-1ced5e34b6bae3740f813bc9a8eb2267d3a9e4d3.tar.gz monzero-gui-1ced5e34b6bae3740f813bc9a8eb2267d3a9e4d3.tar.xz monzero-gui-1ced5e34b6bae3740f813bc9a8eb2267d3a9e4d3.zip | |
Merge pull request #377
bd07a99 history: fix amount/fee overlap on large amounts (Jaquee)
| -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 54f029b4..ba956015 100644 --- a/components/HistoryTable.qml +++ b/components/HistoryTable.qml @@ -346,7 +346,6 @@ ListView { // -- "Amount column Column { anchors.top: parent.top - width: 148 Text { anchors.left: parent.left @@ -368,6 +367,7 @@ ListView { } Text { + id: amountText anchors.bottom: parent.bottom font.family: "Arial" font.pixelSize: 18 |
