From 19157590a55eea0cdff24fc503155746648a5d65 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Sun, 19 Mar 2017 13:40:36 -0400 Subject: HistoryTable.qml --- components/HistoryTable.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'components/HistoryTable.qml') diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml index 711bc289..0cfea50c 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 @@ -250,7 +248,6 @@ ListView { width: 86 font.family: "Arial" font.pixelSize: 12 - font.letterSpacing: -1 color: "#535353" text: qsTr("BlockHeight:") + translationManager.emptyString } -- cgit v1.2.3 From 91e01d547010907f24453ccff8de329785d9f427 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Sun, 19 Mar 2017 13:43:36 -0400 Subject: HistoryTable.qml --- components/HistoryTable.qml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'components/HistoryTable.qml') 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 } -- cgit v1.2.3