fix: adding padding to suggestion box to avoid having the identicon cut

This commit is contained in:
Richard Ramos 2021-02-08 12:29:14 -04:00 committed by Iuri Matias
parent 554128da50
commit 4b7769c391

View File

@ -61,7 +61,7 @@ Rectangle {
z: parent.z + 100
visible: !shouldHide && filter.length > 0 && suggestionsModel.count > 0
height: Math.min(400, listView.contentHeight + Style.current.smallPadding)
height: Math.min(400, listView.contentHeight + Style.current.padding)
opacity: visible ? 1.0 : 0
Behavior on opacity {