diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-10-07 23:05:51 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-10-10 00:19:13 +0300 |
| commit | 612c497608cc64234a05cd413d4269160f17100c (patch) | |
| tree | 77af4eac489b28fc04fff8c8b3d6d214ca172e9e /components | |
| parent | e7e6c583b676325d64e10cf75257c000e35cd344 (diff) | |
| download | monzero-gui-612c497608cc64234a05cd413d4269160f17100c.tar.gz monzero-gui-612c497608cc64234a05cd413d4269160f17100c.tar.xz monzero-gui-612c497608cc64234a05cd413d4269160f17100c.zip | |
TransactionHistory sorting
Diffstat (limited to 'components')
| -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 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 } } } |
