aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-10-07 23:05:51 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-10-10 00:19:13 +0300
commit612c497608cc64234a05cd413d4269160f17100c (patch)
tree77af4eac489b28fc04fff8c8b3d6d214ca172e9e /components
parente7e6c583b676325d64e10cf75257c000e35cd344 (diff)
downloadmonzero-gui-612c497608cc64234a05cd413d4269160f17100c.tar.gz
monzero-gui-612c497608cc64234a05cd413d4269160f17100c.tar.xz
monzero-gui-612c497608cc64234a05cd413d4269160f17100c.zip
TransactionHistory sorting
Diffstat (limited to 'components')
-rw-r--r--components/HistoryTable.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml
index 441fbcf5..0cca1148 100644
--- a/components/HistoryTable.qml
+++ b/components/HistoryTable.qml
@@ -252,7 +252,7 @@ ListView {
font.pixelSize: 18
font.letterSpacing: -1
color: isOut ? "#FF4F41" : "#36B05B"
- text: amount
+ text: displayAmount
}
}
}