diff --git a/tests/examples/qt/qml/main.qml b/tests/examples/qt/qml/main.qml index 842e98f2eb..ffd3cd1650 100644 --- a/tests/examples/qt/qml/main.qml +++ b/tests/examples/qt/qml/main.qml @@ -33,8 +33,8 @@ ApplicationWindow { anchors.bottom: video.bottom anchors.bottomMargin: 15 anchors.horizontalCenter: parent.horizontalCenter - width : childrenRect.width + 20 - height: childrenRect.height + 20 + width : parent.width - 30 + height: parent.height - 30 radius: 8 MouseArea {