[vlc-commits] qml: don't specify top, bottom, and verticalCenter at the same time in Miniplayer

Pierre Lamot git at videolan.org
Thu Sep 10 16:10:29 CEST 2020


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | 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



More information about the vlc-commits mailing list