mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 18:54:37 +00:00
HistoryTable.qml
This commit is contained in:
parent
760f34579f
commit
91e01d5470
1 changed files with 0 additions and 6 deletions
|
@ -226,7 +226,6 @@ ListView {
|
||||||
//elide: Text.ElideRight
|
//elide: Text.ElideRight
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize:13
|
font.pixelSize:13
|
||||||
font.letterSpacing: -1
|
|
||||||
color: "#545454"
|
color: "#545454"
|
||||||
text: "(" + lookupPaymentID(paymentId) + ")"
|
text: "(" + lookupPaymentID(paymentId) + ")"
|
||||||
visible: text !== "()"
|
visible: text !== "()"
|
||||||
|
@ -309,7 +308,6 @@ ListView {
|
||||||
Text {
|
Text {
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
font.letterSpacing: -1
|
|
||||||
color: "#000000"
|
color: "#000000"
|
||||||
text: date
|
text: date
|
||||||
}
|
}
|
||||||
|
@ -317,7 +315,6 @@ ListView {
|
||||||
Text {
|
Text {
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
font.letterSpacing: -1
|
|
||||||
color: "#000000"
|
color: "#000000"
|
||||||
text: time
|
text: time
|
||||||
}
|
}
|
||||||
|
@ -342,7 +339,6 @@ ListView {
|
||||||
Text {
|
Text {
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
font.letterSpacing: -1
|
|
||||||
color: "#000000"
|
color: "#000000"
|
||||||
text: balance
|
text: balance
|
||||||
}
|
}
|
||||||
|
@ -377,7 +373,6 @@ ListView {
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
font.letterSpacing: -1
|
|
||||||
color: isOut ? "#FF4F41" : "#36B05B"
|
color: isOut ? "#FF4F41" : "#36B05B"
|
||||||
text: displayAmount
|
text: displayAmount
|
||||||
}
|
}
|
||||||
|
@ -403,7 +398,6 @@ ListView {
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
font.letterSpacing: -1
|
|
||||||
color: "#FF4F41"
|
color: "#FF4F41"
|
||||||
text: fee
|
text: fee
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue