mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Fix MS18154: Don't snap to cards in My Purchases
This commit is contained in:
parent
cd18578061
commit
5b72e17981
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ Rectangle {
|
|||
visible: purchasesModel.count !== 0;
|
||||
clip: true;
|
||||
model: purchasesModel;
|
||||
snapMode: ListView.SnapToItem;
|
||||
snapMode: ListView.NoSnap;
|
||||
// Anchors
|
||||
anchors.top: separator.bottom;
|
||||
anchors.left: parent.left;
|
||||
|
|
Loading…
Reference in a new issue