Skip to content
Snippets Groups Projects
Commit 78e0394a authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Hugo Beauzée-Luyssen
Browse files

qml: use attached navigation in progressbar

parent dd8945e7
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,11 @@ FocusScope {
parentWindow: g_root
colors: root.colors
Keys.onDownPressed: playerButtonsLayout.focus = true
Navigation.parentItem: root
Navigation.downItem: playerButtonsLayout
Keys.onPressed: {
Navigation.defaultKeyAction(event)
}
}
}
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