aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarko Niemelä <marko.a.niemela@nokia.com>2012-01-24 14:35:02 +0200
committerMarko Niemelä <marko.a.niemela@nokia.com>2012-01-24 14:35:02 +0200
commitb9efc48aa67d92f3a9b009bd7296f5b220474f0b (patch)
tree0d906fe83df35e89a4cf65438a98ca0e3e5c9733 /tests
parentdce6be63b949e6e902fa1365dc3dd89ecd89136a (diff)
Added missing dropshadow from testbed workarea
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/testbed/images/workarea_right.pngbin0 -> 157 bytes
-rw-r--r--tests/manual/testbed/testBed.qml5
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/manual/testbed/images/workarea_right.png b/tests/manual/testbed/images/workarea_right.png
new file mode 100644
index 0000000..4954781
--- /dev/null
+++ b/tests/manual/testbed/images/workarea_right.png
Binary files differ
diff --git a/tests/manual/testbed/testBed.qml b/tests/manual/testbed/testBed.qml
index c7204f9..e024ca9 100644
--- a/tests/manual/testbed/testBed.qml
+++ b/tests/manual/testbed/testBed.qml
@@ -89,6 +89,11 @@ Rectangle {
}
Image {
+ anchors {right: testLoader.right; rightMargin: 300; top: parent.top; bottom: parent.bottom}
+ source: "images/workarea_right.png"
+ }
+
+ Image {
anchors {left: testLoader.left; top: parent.top; bottom: parent.bottom}
source: "images/workarea_left.png"
}