mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
fix: adding padding to suggestion box to avoid having the identicon cut
This commit is contained in:
parent
554128da50
commit
4b7769c391
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user