Fixed warning: TabletAddressDialog.qml:282:13: QML ListView: Cannot specify top, bottom, and verticalCenter anchors at the same time.

(cherry picked from commit b11e245cb1b19149ff00f16b718ff4088b856f3e)
This commit is contained in:
Vladyslav Stelmakhovskyi 2017-03-31 15:09:39 +02:00
parent 849d65f95f
commit 6b7f3f7125

View file

@ -291,8 +291,6 @@ StackView {
left: parent.left
right: parent.right
leftMargin: 10
verticalCenter: parent.verticalCenter;
horizontalCenter: parent.horizontalCenter;
}
model: suggestions
orientation: ListView.Vertical