Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jean-Baptiste Kempf
VLC
Commits
a33d7eec
Commit
a33d7eec
authored
3 years ago
by
Benjamin Arnaud
Committed by
Jean-Baptiste Kempf
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
qml/VideoAll: Add the 'contentMargin' property
parent
7a3db792
No related branches found
Tags
0.8.2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/medialibrary/qml/VideoAll.qml
+4
-0
4 additions, 0 deletions
modules/gui/qt/medialibrary/qml/VideoAll.qml
with
4 additions
and
0 deletions
modules/gui/qt/medialibrary/qml/VideoAll.qml
+
4
−
0
View file @
a33d7eec
...
...
@@ -34,6 +34,10 @@ FocusScope {
// Properties
readonly
property
int
contentMargin
:
(
mainInterface
.
gridView
&&
_currentView
)
?
_currentView
.
contentMargin
:
0
// NOTE: Specify an optionnal header for the view.
property
Component
header
:
undefined
...
...
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