Clean up visuals of elements test
authorDamian Jansen <damian.jansen@nokia.com>
Tue, 15 May 2012 04:32:07 +0000 (14:32 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 30 May 2012 04:01:49 +0000 (06:01 +0200)
commitf7e3a33cb80f3cc289aea9e59f53111d730b5927
tree2bca0d946860b27ba51648692cf21673f7a9c2bb
parent486ec88d2b88378768487a12dcbf6493c33d5699
Clean up visuals of elements test

Elements were not being displayed correctly on small screens,
i.e. devices. Should anchor these to the bottom, rather than center.
Also fix layout element child positions, as opacity is not used to
determine placement - use visible property instead.

Change-Id: I9fff7e64f3f03f1a4d60a242fb8f95629da6f7c9
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
24 files changed:
tests/testapplications/elements/content/AnimatedImageElement.qml
tests/testapplications/elements/content/BorderImageElement.qml
tests/testapplications/elements/content/ColumnElement.qml
tests/testapplications/elements/content/DoubleValidatorElement.qml
tests/testapplications/elements/content/FlickableElement.qml
tests/testapplications/elements/content/FlipableElement.qml
tests/testapplications/elements/content/FlowElement.qml
tests/testapplications/elements/content/FontLoaderElement.qml
tests/testapplications/elements/content/GridElement.qml
tests/testapplications/elements/content/ImageElement.qml
tests/testapplications/elements/content/IntValidatorElement.qml
tests/testapplications/elements/content/ListViewElement.qml
tests/testapplications/elements/content/MouseAreaElement.qml
tests/testapplications/elements/content/ParallelAnimationElement.qml
tests/testapplications/elements/content/RectangleElement.qml
tests/testapplications/elements/content/RegExpValidatorElement.qml
tests/testapplications/elements/content/RepeaterElement.qml
tests/testapplications/elements/content/RowElement.qml
tests/testapplications/elements/content/ScaleElement.qml
tests/testapplications/elements/content/SequentialAnimationElement.qml
tests/testapplications/elements/content/SystemPaletteElement.qml
tests/testapplications/elements/content/TextEditElement.qml
tests/testapplications/elements/content/TextElement.qml
tests/testapplications/elements/content/TextInputElement.qml