[vlc-commits] qml: remove conflicting anchor warning for gridView
    Abel Tesfaye 
    git at videolan.org
       
    Tue Aug 20 18:21:29 CEST 2019
    
    
  
vlc | branch: master | Abel Tesfaye <Abeltesfaye45 at gmail.com> | Thu Aug  1 17:16:35 2019 +0300| [476aad59b9204dea9a208dea191b2e1f973afde9] | committer: Jean-Baptiste Kempf
qml: remove conflicting anchor warning for gridView
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=476aad59b9204dea9a208dea191b2e1f973afde9
---
 modules/gui/qt/qml/mediacenter/MCVideoDisplay.qml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/gui/qt/qml/mediacenter/MCVideoDisplay.qml b/modules/gui/qt/qml/mediacenter/MCVideoDisplay.qml
index ad5adaeaac..f1c624dac4 100644
--- a/modules/gui/qt/qml/mediacenter/MCVideoDisplay.qml
+++ b/modules/gui/qt/qml/mediacenter/MCVideoDisplay.qml
@@ -127,7 +127,8 @@ Utils.NavigableFocusScope {
         id: gridComponent
         Flickable{
             id: flickable
-            anchors.fill: parent
+            height: view.height
+            width: view.width
             contentHeight: allSections.implicitHeight
             ScrollBar.vertical: ScrollBar{}
             onActiveFocusChanged: {
    
    
More information about the vlc-commits
mailing list