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
414
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
5e4cf78b
Commit
5e4cf78b
authored
1 year ago
by
Prince Gupta
Committed by
Steve Lhomme
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
qml: fix Tooltip of Playback Button in TracksMenu
fixes #28185
parent
c5851fd4
No related branches found
Branches containing commit
No related tags found
1 merge request
!3762
qml: fix Tooltip of Playback Button in TracksMenu
Pipeline
#351319
passed with stage
in 19 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/player/qml/TracksMenu.qml
+1
-1
1 addition, 1 deletion
modules/gui/qt/player/qml/TracksMenu.qml
with
1 addition
and
1 deletion
modules/gui/qt/player/qml/TracksMenu.qml
+
1
−
1
View file @
5e4cf78b
...
...
@@ -183,7 +183,7 @@ T.Popup {
iconText
:
(
index
===
0
)
?
I18n
.
qtr
(
"
%1x
"
).
arg
(
+
Player
.
rate
.
toFixed
(
2
))
:
modelData
.
icon
T.ToolTip.visible
:
(
hovered
||
active
Focus
)
T.ToolTip.visible
:
(
hovered
||
visual
Focus
)
T.ToolTip.text
:
modelData
.
tooltip
T.ToolTip.delay
:
VLCStyle
.
delayToolTipAppear
...
...
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