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
442
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
Merge requests
!3002
qml: minor FadingEdgeListView improvements
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
qml: minor FadingEdgeListView improvements
fuzun/vlc:qml-fadingedgelistview-improvements
into
master
Overview
10
Commits
6
Pipelines
3
Changes
4
All threads resolved!
Hide all comments
Merged
Fatih Uzunoğlu
requested to merge
fuzun/vlc:qml-fadingedgelistview-improvements
into
master
2 years ago
Overview
10
Commits
6
Pipelines
3
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
f05d30ab
Prev
Next
Show latest version
2 files
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
f05d30ab
qml: disable end fade in MainTableView when MiniPlayer is visible
· f05d30ab
Fatih Uzunoğlu
authored
2 years ago
modules/gui/qt/maininterface/qml/MainTableView.qml
+
2
−
0
Options
@@ -27,4 +27,6 @@ Widgets.KeyNavigableTableView {
displayMarginEnd
:
g_mainDisplay
.
displayMargin
backgroundColor
:
VLCStyle
.
colors
.
bg
disableEndFade
:
g_mainDisplay
.
hasMiniPlayer
}
Loading