diff --git a/src/qml/main.qml b/src/qml/main.qml index ac5130b..2b86635 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -291,7 +291,7 @@ ApplicationWindow { id: mouseAreaPlayer width: parent.width anchors.bottom: mouseAreaBar.top - anchors.bottomMargin: 0 + anchors.bottomMargin: controlsBar.height / 22 anchors.right: parent.right anchors.rightMargin: 0 anchors.left: parent.left