This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit bafb72696a39657f3373e820c86239b30bae7890
Author: Alex Harui <[email protected]>
AuthorDate: Tue Aug 14 11:56:13 2018 -0700

    use BoxLayout for Viewstack/TabNav so it handles percentages the Flex way 
instead of the browser way
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css 
b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index 96e3558..935ec80 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -246,6 +246,11 @@ Tree
        IItemRenderer: 
ClassReference("org.apache.royale.html.supportClasses.TreeXMLItemRenderer");
 }
 
+ViewStack
+{
+       IBeadLayout: ClassReference("mx.containers.beads.BoxLayout");
+}
+
 /* -------------------------------------------------------
 * SWF specific styles
 * -------------------------------------------------------

Reply via email to