tests: fix warning in qml example

https://bugzilla.gnome.org/show_bug.cgi?id=756082
This commit is contained in:
Holger Kaelberer 2016-01-24 15:47:12 +01:00 committed by Matthew Waters
parent 0d851a66af
commit f3e126df88

View file

@ -33,8 +33,8 @@ ApplicationWindow {
anchors.bottom: video.bottom anchors.bottom: video.bottom
anchors.bottomMargin: 15 anchors.bottomMargin: 15
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
width : childrenRect.width + 20 width : parent.width - 30
height: childrenRect.height + 20 height: parent.height - 30
radius: 8 radius: 8
MouseArea { MouseArea {