Skip to content
Snippets Groups Projects
Commit 2813007e authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Felix Paul Kühne
Browse files

qml/BookmarkButton: Update menu placement

parent 02300755
No related branches found
No related tags found
1 merge request!1769qt/qml: Update player toolbar QMenu(s) placement
......@@ -31,8 +31,8 @@ Widgets.IconControlButton {
iconText: VLCIcons.bookmark
text: I18n.qtr("Bookmarks")
// NOTE: We want to pop the menu after the button.
onClicked: menu.popup(this.mapToGlobal(width, 0))
// NOTE: We want to pop the menu above the button.
onClicked: menu.popup(this.mapToGlobal(0, 0), true)
QmlBookmarkMenu {
id: menu
......
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