diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-03-19 13:43:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-19 13:43:36 -0400 |
| commit | 91e01d547010907f24453ccff8de329785d9f427 (patch) | |
| tree | 9a92f5bb58581a7f90f44fe6c2797946884c03e9 /components | |
| parent | 760f34579f6d474c36411c82941dbdf825395438 (diff) | |
| download | monzero-gui-91e01d547010907f24453ccff8de329785d9f427.tar.gz monzero-gui-91e01d547010907f24453ccff8de329785d9f427.tar.xz monzero-gui-91e01d547010907f24453ccff8de329785d9f427.zip | |
HistoryTable.qml
Diffstat (limited to 'components')
| -rw-r--r-- | components/HistoryTable.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml index 0cfea50c..f4115435 100644 --- a/components/HistoryTable.qml +++ b/components/HistoryTable.qml @@ -226,7 +226,6 @@ ListView { //elide: Text.ElideRight font.family: "Arial" font.pixelSize:13 - font.letterSpacing: -1 color: "#545454" text: "(" + lookupPaymentID(paymentId) + ")" visible: text !== "()" @@ -309,7 +308,6 @@ ListView { Text { font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: "#000000" text: date } @@ -317,7 +315,6 @@ ListView { Text { font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: "#000000" text: time } @@ -342,7 +339,6 @@ ListView { Text { font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: "#000000" text: balance } @@ -377,7 +373,6 @@ ListView { anchors.bottom: parent.bottom font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: isOut ? "#FF4F41" : "#36B05B" text: displayAmount } @@ -403,7 +398,6 @@ ListView { anchors.bottom: parent.bottom font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: "#FF4F41" text: fee } |
