Skip to content
Snippets Groups Projects
Commit a33d7eec authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Jean-Baptiste Kempf
Browse files

qml/VideoAll: Add the 'contentMargin' property

parent 7a3db792
No related branches found
Tags 0.8.2
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment