mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
tests: fix warning in qml example
https://bugzilla.gnome.org/show_bug.cgi?id=756082
This commit is contained in:
parent
0d851a66af
commit
f3e126df88
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue