vlc | branch: master | Pierre Lamot <[email protected]> | Tue Sep 1 11:24:00 2020 +0200| [e447dd404b7c738fb884c21638740ed3d80a421b] | committer: Pierre Lamot
qml: don't specify top, bottom, and verticalCenter at the same time in Miniplayer > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e447dd404b7c738fb884c21638740ed3d80a421b --- modules/gui/qt/player/qml/MiniPlayer.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/qt/player/qml/MiniPlayer.qml b/modules/gui/qt/player/qml/MiniPlayer.qml index 7156c49496..368c98c0ef 100644 --- a/modules/gui/qt/player/qml/MiniPlayer.qml +++ b/modules/gui/qt/player/qml/MiniPlayer.qml @@ -142,7 +142,6 @@ Widgets.NavigableFocusScope { id: playingItemInfoRow anchors.top: parent.top anchors.bottom: parent.bottom - anchors.verticalCenter: parent.verticalCenter Item { anchors.verticalCenter: parent.verticalCenter _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
