qml: correct invalid reference in Player

This commit is contained in:
Fatih Uzunoglu 2024-03-13 13:29:54 +02:00 committed by Jean-Baptiste Kempf
parent 2b68d45d03
commit 2c07597697
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ FocusScope {
|| navBox.hovered || !rootPlayer.hasEmbededVideo)
x: rootPlayer.x + VLCStyle.margin_normal + VLCStyle.applicationHorizontalMargin
y: controlBarView.y - navBox.height - VLCStyle.margin_normal
y: controlBar.y - navBox.height - VLCStyle.margin_normal
dragXMin: 0
dragXMax: rootPlayer.width - navBox.width