mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-20 07:49:58 -05:00
search: fix item clipping
This commit is contained in:
@@ -272,7 +272,7 @@ Item { // Wrapper
|
|||||||
visible: root.showResults
|
visible: root.showResults
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
implicitHeight: Math.min(600, appResults.contentHeight + topMargin + bottomMargin)
|
implicitHeight: Math.min(600, appResults.contentHeight + topMargin + bottomMargin)
|
||||||
// clip: true
|
clip: true
|
||||||
topMargin: 10
|
topMargin: 10
|
||||||
bottomMargin: 10
|
bottomMargin: 10
|
||||||
spacing: 0
|
spacing: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user