vlc | branch: master | Abel Tesfaye <[email protected]> | 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 <[email protected]> > 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: { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
