Adressbook QML development

This commit is contained in:
Sander Ferdinand
2017-12-06 22:52:36 +01:00
committed by moneromooo-monero
parent df21e36f5b
commit 8c44c4c842
2 changed files with 11 additions and 25 deletions

View File

@@ -37,13 +37,13 @@ ListView {
footer: Rectangle {
height: 127
width: listView.width
color: "#FFFFFF"
color: "transparent"
Text {
anchors.centerIn: parent
font.family: "Arial"
font.pixelSize: 14
color: "#545454"
color: "#808080"
text: qsTr("No more results") + translationManager.emptyString
}
}
@@ -164,7 +164,7 @@ ListView {
anchors.right: parent.right
anchors.bottom: parent.bottom
height: 1
color: "#DBDBDB"
color: "#808080"
}
}
}