Clipping: removed many unecessary clip: true

This commit is contained in:
ItsLemmy
2025-10-04 22:22:23 -04:00
parent 2587e0a4cf
commit 4ed16d795e
14 changed files with 4 additions and 26 deletions
+1 -2
View File
@@ -26,12 +26,11 @@ Popup {
radius: Style.radiusM * scaling
}
contentItem: ListView {
contentItem: NListView {
id: listView
implicitHeight: contentHeight
spacing: Style.marginXXS * scaling
interactive: contentHeight > root.height
clip: true
delegate: ItemDelegate {
id: menuItem