mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 13:24:33 +00:00
DashboardTable.qml
This commit is contained in:
parent
19157590a5
commit
760f34579f
1 changed files with 0 additions and 4 deletions
|
@ -145,7 +145,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
|
||||||
}
|
}
|
||||||
|
@ -153,7 +152,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
|
||||||
}
|
}
|
||||||
|
@ -175,7 +173,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
|
||||||
}
|
}
|
||||||
|
@ -208,7 +205,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: out ? "#FF4F41" : "#36B05B"
|
color: out ? "#FF4F41" : "#36B05B"
|
||||||
text: amount
|
text: amount
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue