fix GridView appearing over other elements

This commit is contained in:
uncor3
2026-05-22 11:46:13 +00:00
parent de1e07845d
commit 87a4937421
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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 {
+1
View File
@@ -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