From: Holger Kaelberer Date: Sun, 24 Jan 2016 14:47:12 +0000 (+0100) Subject: tests: fix warning in qml example X-Git-Tag: 1.19.3~507^2~7139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ae665e35c54c10ed6246eb1bbe01f64ed87dadc;p=platform%2Fupstream%2Fgstreamer.git tests: fix warning in qml example https://bugzilla.gnome.org/show_bug.cgi?id=756082 --- diff --git a/tests/examples/qt/qml/main.qml b/tests/examples/qt/qml/main.qml index 842e98f..ffd3cd1 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 {