From bd07a990fb9f15c1f7a90586df5f67e5d8ed366b Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sat, 31 Dec 2016 15:27:21 +0100 Subject: [PATCH] history: fix amount/fee overlap on large amounts --- components/HistoryTable.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml index 5bf2a3c8..20da2aaa 100644 --- a/components/HistoryTable.qml +++ b/components/HistoryTable.qml @@ -320,7 +320,6 @@ ListView { // -- "Amount column Column { anchors.top: parent.top - width: 148 Text { anchors.left: parent.left @@ -342,6 +341,7 @@ ListView { } Text { + id: amountText anchors.bottom: parent.bottom font.family: "Arial" font.pixelSize: 18