aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/quick/qquickitemlayer/data/Effect.qml8
-rw-r--r--tests/auto/quick/qquickitemlayer/data/SourceRect.qml4
-rw-r--r--tests/auto/quick/qquickitemlayer/data/TextureProvider.qml8
3 files changed, 10 insertions, 10 deletions
diff --git a/tests/auto/quick/qquickitemlayer/data/Effect.qml b/tests/auto/quick/qquickitemlayer/data/Effect.qml
index 630c8f90ed..678f86538d 100644
--- a/tests/auto/quick/qquickitemlayer/data/Effect.qml
+++ b/tests/auto/quick/qquickitemlayer/data/Effect.qml
@@ -2,19 +2,19 @@ import QtQuick 2.0
Item
{
- width: 100
+ width: 200
height: 100
Rectangle {
id: box
- width: 100
+ width: 200
height: 100
color: "#0000ff"
Rectangle {
- x: 50
- width: 50
+ x: 100
+ width: 100
height: 100
color: "#00ff00"
}
diff --git a/tests/auto/quick/qquickitemlayer/data/SourceRect.qml b/tests/auto/quick/qquickitemlayer/data/SourceRect.qml
index 7cc7e8b21e..a161760028 100644
--- a/tests/auto/quick/qquickitemlayer/data/SourceRect.qml
+++ b/tests/auto/quick/qquickitemlayer/data/SourceRect.qml
@@ -2,12 +2,12 @@ import QtQuick 2.0
Item
{
- width: 100
+ width: 200
height: 100
Rectangle {
id: box
- width: 100
+ width: 200
height: 100
color: "#ff0000"
diff --git a/tests/auto/quick/qquickitemlayer/data/TextureProvider.qml b/tests/auto/quick/qquickitemlayer/data/TextureProvider.qml
index ccd515652a..427bd41310 100644
--- a/tests/auto/quick/qquickitemlayer/data/TextureProvider.qml
+++ b/tests/auto/quick/qquickitemlayer/data/TextureProvider.qml
@@ -2,19 +2,19 @@ import QtQuick 2.0
Item
{
- width: 100
+ width: 200
height: 100
Rectangle {
id: box
- width: 100
+ width: 200
height: 100
color: "#0000ff"
Rectangle {
- x: 50
- width: 50
+ x: 100
+ width: 100
height: 100
color: "#00ff00"
}