[vlc-devel] [PATCH 16/16] qml: remove conflicting anchor warning for gridView
Abel Tesfaye
abeltesfaye45 at gmail.com
Fri Aug 9 17:23:53 CEST 2019
From: Abel Tesfaye <Abeltesfaye45 at gmail.com>
---
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: {
--
2.21.0
More information about the vlc-devel
mailing list