[vlc-devel] [PATCH 4/8] qml: don't specify top, bottom, and verticalCenter at the same time in Miniplayer

Pierre Lamot pierre at videolabs.io
Tue Sep 1 18:32:06 CEST 2020


---
 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 377dee6260..7d56c1c5b8 100644
--- a/modules/gui/qt/player/qml/MiniPlayer.qml
+++ b/modules/gui/qt/player/qml/MiniPlayer.qml
@@ -136,7 +136,6 @@ Widgets.NavigableFocusScope {
                         id: playingItemInfoRow
                         anchors.top: parent.top
                         anchors.bottom: parent.bottom
-                        anchors.verticalCenter: parent.verticalCenter
 
                         Item {
                             anchors.verticalCenter: parent.verticalCenter
-- 
2.25.1



More information about the vlc-devel mailing list