You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/05/30 19:48:18 UTC

[43/50] git commit: [flex-asjs] [refs/heads/tlf] - put layout on right strand

put layout on right strand


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a76f3122
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a76f3122
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a76f3122

Branch: refs/heads/tlf
Commit: a76f3122779466a33cd7051c3766ab401e32b797
Parents: 90a446d
Author: Alex Harui <ah...@apache.org>
Authored: Tue May 30 11:34:30 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 30 11:34:30 2017 -0700

----------------------------------------------------------------------
 manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a76f3122/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml
----------------------------------------------------------------------
diff --git a/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml b/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml
index 8bc8510..1f98b72 100644
--- a/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml
+++ b/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml
@@ -30,12 +30,11 @@
         <js:SimpleCSSValuesImpl/>
     </js:valuesImpl>
     
-    <js:beads>
-        <js:VerticalLayout/>
-    </js:beads>
-
 	<js:initialView>
 	  <js:View>
+	    <js:beads>
+	        <js:VerticalLayout/>
+	    </js:beads>
     	<js:Container style="borderStyle:solid" width="300" height="200" >
     	  <local:TLFEditor id="tlfEditor" width="100%" height="100%" />
     	</js:Container>