@ -10,21 +10,17 @@ import "controls"
Pane {
id: rootItem
padding: 0
width: parent.width
ColumnLayout {
id: layout
height: parent.height
Item {
Layout.fillHeight: true
anchors.fill: parent
ListView {
id: listview
Layout.fillWidth: true
clip: true
model: Daemon.currentWallet.addressModel
currentIndex: -1
@ -132,7 +128,6 @@ Pane {
}
Component {
id: sectionDelegate