forked from Public/monero-gui
https://trello.com/c/25mBMUbl/63-per-jo-s-observation-the-amount-should-reflect-whether-it-is-in-or-out-red-green-not-the-balance
This commit is contained in:
@@ -6,6 +6,20 @@ ListView {
|
||||
clip: true
|
||||
boundsBehavior: ListView.StopAtBounds
|
||||
|
||||
footer: Rectangle {
|
||||
height: 127
|
||||
width: listView.width
|
||||
color: "#FFFFFF"
|
||||
|
||||
Text {
|
||||
anchors.centerIn: parent
|
||||
font.family: "Arial"
|
||||
font.pixelSize: 14
|
||||
color: "#545454"
|
||||
text: qsTr("No more results")
|
||||
}
|
||||
}
|
||||
|
||||
property var previousItem
|
||||
delegate: Rectangle {
|
||||
id: delegate
|
||||
|
||||
Reference in New Issue
Block a user