tests: fix warning in qml example
https://bugzilla.gnome.org/show_bug.cgi?id=756082
This commit is contained in:
parent
0f865b316c
commit
0ae665e35c
@ -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…
x
Reference in New Issue
Block a user