Fix background color of some QML lancelot test scenes
Avoid red since that is also used for marking visual diffs in the lancelot results. Replace with a great color. Change-Id: I1da4d1b6dc3cacbd3b5b2574720fcd3176f49a52 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
parent
a804f31ee2
commit
eeedd26f35
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
|
@ -4,7 +4,7 @@ Rectangle {
|
|||
width: 320
|
||||
height: 480
|
||||
|
||||
color: "red"
|
||||
color: "#C0FEFE"
|
||||
|
||||
Item {
|
||||
x: 80
|
||||
|
|
Loading…
Reference in New Issue