mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
search: fix item clipping
This commit is contained in:
parent
fb2c9ac7df
commit
02712868f9
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ Item { // Wrapper
|
|||
visible: root.showResults
|
||||
Layout.fillWidth: true
|
||||
implicitHeight: Math.min(600, appResults.contentHeight + topMargin + bottomMargin)
|
||||
// clip: true
|
||||
clip: true
|
||||
topMargin: 10
|
||||
bottomMargin: 10
|
||||
spacing: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue