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/06/26 16:55:50 UTC

[15/50] [abbrv] git commit: [flex-asjs] [refs/heads/master] - This panel didn't calculate its height, so stick in a number for now

This panel didn't calculate its height, so stick in a number for now


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

Branch: refs/heads/master
Commit: b17c2bdcb5389a8e06dc4de2c0d3fa6a84297ec6
Parents: 2282ab7
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 6 11:57:07 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 6 11:57:07 2017 -0700

----------------------------------------------------------------------
 manualtests/FlexJSTest_Panel/src/MyInitialView.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b17c2bdc/manualtests/FlexJSTest_Panel/src/MyInitialView.mxml
----------------------------------------------------------------------
diff --git a/manualtests/FlexJSTest_Panel/src/MyInitialView.mxml b/manualtests/FlexJSTest_Panel/src/MyInitialView.mxml
index 11355e5..9909dda 100644
--- a/manualtests/FlexJSTest_Panel/src/MyInitialView.mxml
+++ b/manualtests/FlexJSTest_Panel/src/MyInitialView.mxml
@@ -133,7 +133,7 @@ limitations under the License.
 	</fx:Style>
 	
 	
-	<js:Panel title="Example" x="300" width="300" y="50" className="panel1" showCloseButton="true">
+	<js:Panel title="Example" x="300" width="300" y="50" height="250" className="panel1" showCloseButton="true">
 		<js:beads>
 			<js:VerticalLayout />
 		</js:beads>