mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix GridView appearing over other elements
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user