mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-14 20:36:32 +02:00
History: fee color
This commit is contained in:
parent
60b2d90033
commit
a032c841b4
@ -277,7 +277,7 @@ ListView {
|
|||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
font.letterSpacing: -1
|
font.letterSpacing: -1
|
||||||
color: isOut ? "#FF4F41" : "#36B05B"
|
color: "#FF4F41"
|
||||||
text: fee
|
text: fee
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -286,7 +286,9 @@ ListView {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
// Transaction dropdown menu.
|
||||||
|
// Disable for now until AddressBook implemented
|
||||||
TableDropdown {
|
TableDropdown {
|
||||||
id: dropdown
|
id: dropdown
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
@ -314,6 +316,7 @@ ListView {
|
|||||||
height: 1
|
height: 1
|
||||||
color: "#DBDBDB"
|
color: "#DBDBDB"
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
ListModel {
|
ListModel {
|
||||||
|
Loading…
Reference in New Issue
Block a user