Skip to content
Snippets Groups Projects
Commit 19782b4e authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Pierre Lamot
Browse files

qml: reposition MusicAlbumsGridExpandDelegate parent views


Signed-off-by: default avatarPierre Lamot <pierre@videolabs.io>
parent 5e400e11
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,8 @@ Widgets.NavigableFocusScope {
expandDelegate: MusicAlbumsGridExpandDelegate {
id: expandDelegateId
x: 0
width: gridView_id.width
onRetract: gridView_id.retract()
navigationParent: root
navigationCancel: function() { gridView_id.retract() }
......
......@@ -304,6 +304,8 @@ Widgets.NavigableFocusScope {
expandDelegate: MusicAlbumsGridExpandDelegate {
id: expandDelegateId
x: 0
width: gridView_id.width
onRetract: gridView_id.retract()
navigationParent: root
navigationCancel: function() { gridView_id.retract() }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment