[vlc-commits] qml: add a margin in MCVideoDisplay

Adrien Maglo git at videolan.org
Thu Jun 13 13:11:06 CEST 2019


vlc | branch: master | Adrien Maglo <magsoft at videolan.org> | Fri May 24 11:10:59 2019 +0200| [78f6366a46fbbc66a7ab3247ee03082aed92e434] | committer: Thomas Guillem

qml: add a margin in MCVideoDisplay

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78f6366a46fbbc66a7ab3247ee03082aed92e434
---

 modules/gui/qt/qml/mediacenter/MCVideoDisplay.qml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/gui/qt/qml/mediacenter/MCVideoDisplay.qml b/modules/gui/qt/qml/mediacenter/MCVideoDisplay.qml
index 7f73bab118..ad75cff54e 100644
--- a/modules/gui/qt/qml/mediacenter/MCVideoDisplay.qml
+++ b/modules/gui/qt/qml/mediacenter/MCVideoDisplay.qml
@@ -155,6 +155,8 @@ Utils.NavigableFocusScope {
         id: view
 
         anchors.fill: parent
+        anchors.margins: VLCStyle.margin_normal
+
         focus: true
 
         initialItem: medialib.gridView ? gridComponent : listComponent



More information about the vlc-commits mailing list