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/tlf
Commit: b17c2bdcb5389a8e06dc4de2c0d3fa6a84297ec6
Parents: 2282ab7
Author: Alex Harui <[email protected]>
Authored: Tue Jun 6 11:57:07 2017 -0700
Committer: Alex Harui <[email protected]>
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>

Reply via email to