mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
Re-style AddressBookTable
This commit is contained in:
parent
328eb32a24
commit
de3fd183d8
@ -53,7 +53,7 @@ ListView {
|
|||||||
id: delegate
|
id: delegate
|
||||||
height: 64
|
height: 64
|
||||||
width: listView.width
|
width: listView.width
|
||||||
color: index % 2 ? "#F8F8F8" : "#FFFFFF"
|
color: index % 2 ? "#ee6000" : "#3e3e3e"
|
||||||
z: listView.count - index
|
z: listView.count - index
|
||||||
function collapseDropdown() { dropdown.expanded = false }
|
function collapseDropdown() { dropdown.expanded = false }
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ ListView {
|
|||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.bold: true
|
font.bold: true
|
||||||
font.pixelSize: 19
|
font.pixelSize: 19
|
||||||
color: "#444444"
|
color: "#ffffff"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
text: description
|
text: description
|
||||||
|
|
||||||
@ -87,7 +87,7 @@ ListView {
|
|||||||
anchors.rightMargin: 40
|
anchors.rightMargin: 40
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 16
|
font.pixelSize: 16
|
||||||
color: "#545454"
|
color: "#ffffff"
|
||||||
text: address
|
text: address
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -100,7 +100,7 @@ ListView {
|
|||||||
width: 139
|
width: 139
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 12
|
font.pixelSize: 12
|
||||||
color: "#535353"
|
color: "#ffffff"
|
||||||
text: qsTr("Payment ID:") + translationManager.emptyString
|
text: qsTr("Payment ID:") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -156,6 +156,7 @@ Rectangle {
|
|||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
|
anchors.topMargin: 14
|
||||||
anchors.leftMargin: 14
|
anchors.leftMargin: 14
|
||||||
anchors.rightMargin: 14
|
anchors.rightMargin: 14
|
||||||
onContentYChanged: flickableScroll.flickableContentYChanged()
|
onContentYChanged: flickableScroll.flickableContentYChanged()
|
||||||
|
Loading…
Reference in New Issue
Block a user