forked from Shinonome/dots-hyprland
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