Re-style AddressBookTable

This commit is contained in:
cryptochangements34
2017-12-07 21:49:12 -05:00
committed by moneromooo-monero
parent 328eb32a24
commit de3fd183d8
2 changed files with 5 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ ListView {
id: delegate
height: 64
width: listView.width
color: index % 2 ? "#F8F8F8" : "#FFFFFF"
color: index % 2 ? "#ee6000" : "#3e3e3e"
z: listView.count - index
function collapseDropdown() { dropdown.expanded = false }
@@ -66,7 +66,7 @@ ListView {
font.family: "Arial"
font.bold: true
font.pixelSize: 19
color: "#444444"
color: "#ffffff"
elide: Text.ElideRight
text: description
@@ -87,7 +87,7 @@ ListView {
anchors.rightMargin: 40
font.family: "Arial"
font.pixelSize: 16
color: "#545454"
color: "#ffffff"
text: address
}
@@ -100,7 +100,7 @@ ListView {
width: 139
font.family: "Arial"
font.pixelSize: 12
color: "#535353"
color: "#ffffff"
text: qsTr("Payment ID:") + translationManager.emptyString
}

View File

@@ -156,6 +156,7 @@ Rectangle {
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.topMargin: 14
anchors.leftMargin: 14
anchors.rightMargin: 14
onContentYChanged: flickableScroll.flickableContentYChanged()