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