vlc | branch: master | Prince Gupta <[email protected]> | Fri Nov 20 23:26:56 2020 +0530| [7322ef1f01c26a9905b40f3aefb6388137d00ae4] | committer: Pierre Lamot
qml: fix scrollbar in NetworkHomeDisplay Signed-off-by: Pierre Lamot <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7322ef1f01c26a9905b40f3aefb6388137d00ae4 --- modules/gui/qt/network/qml/NetworkHomeDisplay.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/qt/network/qml/NetworkHomeDisplay.qml b/modules/gui/qt/network/qml/NetworkHomeDisplay.qml index fe0ce96c82..8c06cb68ac 100644 --- a/modules/gui/qt/network/qml/NetworkHomeDisplay.qml +++ b/modules/gui/qt/network/qml/NetworkHomeDisplay.qml @@ -59,7 +59,6 @@ Widgets.NavigableFocusScope { ScrollView { id: flickable anchors.fill: parent - ScrollBar.vertical: ScrollBar{} focus: true Column { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
