Fix layout of Generic tests
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/ca399b19 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/ca399b19 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/ca399b19 Branch: refs/heads/develop Commit: ca399b1991341e6ed4d0fd22a16db199cb0b63b5 Parents: f1e9a40 Author: greg-dove <[email protected]> Authored: Sat Jul 8 10:47:22 2017 +1200 Committer: greg-dove <[email protected]> Committed: Sat Jul 8 10:47:22 2017 +1200 ---------------------------------------------------------------------- manualtests/GenericTests/src/MyInitialView.mxml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ca399b19/manualtests/GenericTests/src/MyInitialView.mxml ---------------------------------------------------------------------- diff --git a/manualtests/GenericTests/src/MyInitialView.mxml b/manualtests/GenericTests/src/MyInitialView.mxml index 2c8c966..af4aea7 100644 --- a/manualtests/GenericTests/src/MyInitialView.mxml +++ b/manualtests/GenericTests/src/MyInitialView.mxml @@ -179,15 +179,15 @@ limitations under the License. <js:beads> <js:ViewDataBinding/> </js:beads> - <js:Container id="cont" height="50" className="body"> + <js:Group id="cont" height="50" className="body"> <js:beads> - <js:VerticalLayout /> + <js:VerticalFlexLayout /> </js:beads> <js:Label text="{PLATFORM} Cross-compiled Unit Tests" className="title" /> - </js:Container> - <js:Container id="output" height="700" y="50" className="body"> + </js:Group> + <js:Group id="output" height="700" y="50" className="body"> <js:beads> - <js:VerticalLayout /> + <js:VerticalFlexLayout /> </js:beads> - </js:Container> + </js:Group> </js:View>
