mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix empty list freeze in Completer
This commit is contained in:
parent
fc7937c73d
commit
720e7fceec
1 changed files with 3 additions and 0 deletions
|
@ -121,6 +121,9 @@ Control {
|
||||||
pixelAligned: true
|
pixelAligned: true
|
||||||
highlightFollowsCurrentItem: true
|
highlightFollowsCurrentItem: true
|
||||||
|
|
||||||
|
displayMarginBeginning: height / 2
|
||||||
|
displayMarginEnd: height / 2
|
||||||
|
|
||||||
delegate: Rectangle {
|
delegate: Rectangle {
|
||||||
property variant modelData: model
|
property variant modelData: model
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue