aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2017-03-19 13:40:36 -0400
committerGitHub <noreply@github.com>2017-03-19 13:40:36 -0400
commit19157590a55eea0cdff24fc503155746648a5d65 (patch)
tree88032f5ad7c9a9f3a932dd5fea71802add26d3bc /components
parent172243cdadf80ea893842a5f49c23b0ef8e7823e (diff)
downloadmonzero-gui-19157590a55eea0cdff24fc503155746648a5d65.tar.gz
monzero-gui-19157590a55eea0cdff24fc503155746648a5d65.tar.xz
monzero-gui-19157590a55eea0cdff24fc503155746648a5d65.zip
HistoryTable.qml
Diffstat (limited to 'components')
-rw-r--r--components/HistoryTable.qml3
1 files changed, 0 insertions, 3 deletions
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
}