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
439
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
f692cd04
Commit
f692cd04
authored
8 months ago
by
Fatih Uzunoğlu
Committed by
Jean-Baptiste Kempf
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
qml: evaluate player control size for auto hiding after the control is loaded
parent
4cbd406c
No related branches found
Branches containing commit
No related tags found
1 merge request
!5540
qml: fix player controls inappropriately become hidden in compact mode
Pipeline
#480368
passed with warnings with stage
in 40 minutes and 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/player/qml/ControlRepeater.qml
+1
-0
1 addition, 0 deletions
modules/gui/qt/player/qml/ControlRepeater.qml
with
1 addition
and
0 deletions
modules/gui/qt/player/qml/ControlRepeater.qml
+
1
−
0
View file @
f692cd04
...
...
@@ -65,6 +65,7 @@ Repeater {
Binding
on
visible
{
delayed
:
true
// this is important
when
:
(
loader
.
status
===
Loader
.
Ready
)
value
:
(
loader
.
x
+
loader
.
Layout
.
minimumWidth
<=
repeater
.
availableWidth
)
}
...
...
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