mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-23 02:52:58 +01:00
DashboardTable.qml
This commit is contained in:
parent
19157590a5
commit
760f34579f
@ -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 New Issue
Block a user