QML: fix more warnings

This commit is contained in:
selsta
2019-07-22 21:39:56 +02:00
parent a65222d057
commit afe2b14430
3 changed files with 6 additions and 6 deletions

View File

@@ -145,7 +145,7 @@ Rectangle {
ListView {
id: addressBookListView
Layout.fillWidth: true
anchors.fill: parent
Layout.fillHeight: true
clip: true
boundsBehavior: ListView.StopAtBounds
interactive: false