Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
465
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
2813007e
Commit
2813007e
authored
3 years ago
by
Benjamin Arnaud
Committed by
Felix Paul Kühne
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
qml/BookmarkButton: Update menu placement
parent
02300755
No related branches found
Branches containing commit
No related tags found
1 merge request
!1769
qt/qml: Update player toolbar QMenu(s) placement
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/player/qml/controlbarcontrols/BookmarkButton.qml
+2
-2
2 additions, 2 deletions
...s/gui/qt/player/qml/controlbarcontrols/BookmarkButton.qml
with
2 additions
and
2 deletions
modules/gui/qt/player/qml/controlbarcontrols/BookmarkButton.qml
+
2
−
2
View file @
2813007e
...
...
@@ -31,8 +31,8 @@ Widgets.IconControlButton {
iconText
:
VLCIcons
.
bookmark
text
:
I18n
.
qtr
(
"
Bookmarks
"
)
// NOTE: We want to pop the menu a
fter
the button.
onClicked
:
menu
.
popup
(
this
.
mapToGlobal
(
width
,
0
)
)
// NOTE: We want to pop the menu a
bove
the button.
onClicked
:
menu
.
popup
(
this
.
mapToGlobal
(
0
,
0
),
true
)
QmlBookmarkMenu
{
id
:
menu
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment