mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-06 20:12:29 +00:00
Clipping: removed many unecessary clip: true
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user