diff options
| author | Matthias Tarasiewicz <parasew@gmail.com> | 2017-03-25 17:22:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-25 17:22:13 +0100 |
| commit | 0836bd9cfd0c1ec2918b50d703ee84d9700a0969 (patch) | |
| tree | f42099f728a988942bacab1014505e67ce7d26d3 /components/HistoryTable.qml | |
| parent | 6e381c38578ab130a9991189887ba68397e2bfad (diff) | |
| parent | 12573652a0a5836938b02a2308098929fdf06ab4 (diff) | |
| download | monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.tar.gz monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.tar.xz monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.zip | |
Merge branch 'master' into patch-1
Diffstat (limited to 'components/HistoryTable.qml')
| -rw-r--r-- | components/HistoryTable.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml index 711bc289..f4115435 100644 --- a/components/HistoryTable.qml +++ b/components/HistoryTable.qml @@ -199,7 +199,6 @@ ListView { anchors.bottom: parent.bottom font.family: "Arial" font.pixelSize: 12 - font.letterSpacing: -1 color: "#535353" text: paymentId !== "" ? qsTr("Payment ID:") + translationManager.emptyString : "" } @@ -213,7 +212,6 @@ ListView { //elide: Text.ElideRight font.family: "Arial" font.pixelSize:13 - font.letterSpacing: -1 color: "#545454" text: paymentId @@ -228,7 +226,6 @@ ListView { //elide: Text.ElideRight font.family: "Arial" font.pixelSize:13 - font.letterSpacing: -1 color: "#545454" text: "(" + lookupPaymentID(paymentId) + ")" visible: text !== "()" @@ -250,7 +247,6 @@ ListView { width: 86 font.family: "Arial" font.pixelSize: 12 - font.letterSpacing: -1 color: "#535353" text: qsTr("BlockHeight:") + translationManager.emptyString } @@ -312,7 +308,6 @@ ListView { Text { font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: "#000000" text: date } @@ -320,7 +315,6 @@ ListView { Text { font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: "#000000" text: time } @@ -345,7 +339,6 @@ ListView { Text { font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: "#000000" text: balance } @@ -380,7 +373,6 @@ ListView { anchors.bottom: parent.bottom font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: isOut ? "#FF4F41" : "#36B05B" text: displayAmount } @@ -406,7 +398,6 @@ ListView { anchors.bottom: parent.bottom font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: "#FF4F41" text: fee } |
