diff --git a/src/ui/AlbumContents.qml b/src/ui/AlbumContents.qml index e40af3d..cef79d8 100644 --- a/src/ui/AlbumContents.qml +++ b/src/ui/AlbumContents.qml @@ -88,9 +88,10 @@ Item { id: gallery anchors.fill: parent interactive: true - + clip: true cellWidth: 250 cellHeight: 250 + acceptedButtons : Qt.NoButton model: albumContentsModel delegate: ItemDelegate { diff --git a/src/ui/DeviceGallery.qml b/src/ui/DeviceGallery.qml index d361142..15fc40e 100644 --- a/src/ui/DeviceGallery.qml +++ b/src/ui/DeviceGallery.qml @@ -116,6 +116,7 @@ Item { Layout.fillHeight: true visible: albumId ? false : query.albums interactive: true + clip:true // FIXME: only available in Qt 6.9 acceptedButtons : Qt.NoButton cellWidth: 250