From b9e5b923546695f63d07427b7de8f587c659543a Mon Sep 17 00:00:00 2001 From: restitux Date: Sat, 3 Sep 2022 03:24:38 -0400 Subject: [PATCH] Correct PlayerView anchors for StackLayout rules --- layouts/components/PlayerView.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/components/PlayerView.qml b/layouts/components/PlayerView.qml index e397da6..75f8732 100644 --- a/layouts/components/PlayerView.qml +++ b/layouts/components/PlayerView.qml @@ -3,7 +3,8 @@ import QtQuick 2.12 import Ikinuki.Client 1.0 Item { - anchors.fill: parent + width: parent.width + height: parent.height Mpv { id: mpvWidget anchors.fill: parent