aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-01-08 16:57:09 -0800
committerRiccardo Spagni <ric@spagni.net>2017-01-08 16:57:09 -0800
commit1ced5e34b6bae3740f813bc9a8eb2267d3a9e4d3 (patch)
tree37918d3862c2aa9e4e5778ab5342af126e57c0d1
parent3badb12ea365bab1b06ed165ebff9889fad0b5b5 (diff)
parentbd07a990fb9f15c1f7a90586df5f67e5d8ed366b (diff)
downloadmonzero-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.qml2
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