projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f865b3
)
tests: fix warning in qml example
author
Holger Kaelberer
<holger.k@elberer.de>
Sun, 24 Jan 2016 14:47:12 +0000
(15:47 +0100)
committer
Matthew Waters
<matthew@centricular.com>
Mon, 1 Feb 2016 02:55:05 +0000
(13:55 +1100)
https://bugzilla.gnome.org/show_bug.cgi?id=756082
tests/examples/qt/qml/main.qml
patch
|
blob
|
history
diff --git
a/tests/examples/qt/qml/main.qml
b/tests/examples/qt/qml/main.qml
index 842e98f2ebf3fbac9ca12b025c3e4e92192cb2d2..ffd3cd165047b7552ecd70d11a7b1f8b066dfb9b 100644
(file)
--- 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 + 2
0
- height:
childrenRect.height + 2
0
+ width :
parent.width - 3
0
+ height:
parent.height - 3
0
radius: 8
MouseArea {