aboutsummaryrefslogtreecommitdiff
path: root/components/HistoryTable.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2016-12-31 15:27:21 +0100
committerJaquee <jaquee.monero@gmail.com>2016-12-31 15:30:25 +0100
commitbd07a990fb9f15c1f7a90586df5f67e5d8ed366b (patch)
tree2de8d23072c309a17af2afe43e9529a5875a03b6 /components/HistoryTable.qml
parentd8f9e7360fdbab910283c465aafe36149b1d7f26 (diff)
downloadmonzero-gui-bd07a990fb9f15c1f7a90586df5f67e5d8ed366b.tar.gz
monzero-gui-bd07a990fb9f15c1f7a90586df5f67e5d8ed366b.tar.xz
monzero-gui-bd07a990fb9f15c1f7a90586df5f67e5d8ed366b.zip
history: fix amount/fee overlap on large amounts
Diffstat (limited to 'components/HistoryTable.qml')
-rw-r--r--components/HistoryTable.qml2
1 files changed, 1 insertions, 1 deletions
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