QML: fix various warnings

This commit is contained in:
xiphon
2019-01-07 15:59:14 +00:00
parent 36eb1f80e1
commit 310679c680
6 changed files with 9 additions and 18 deletions

View File

@@ -97,8 +97,8 @@ Rectangle {
ListView {
id: subaddressListView
Layout.fillHeight: true
Layout.fillWidth: true
anchors.fill: parent
clip: true
boundsBehavior: ListView.StopAtBounds
delegate: Rectangle {