This is an automated email from the ASF dual-hosted git repository.
pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 93f081d Update Container.as added borderThickness Style
93f081d is described below
commit 93f081d8f4a84a409ebb6487200a72d55c3309fd
Author: pashminakazi <[email protected]>
AuthorDate: Fri Dec 18 12:51:06 2020 +0500
Update Container.as added borderThickness Style
---
frameworks/projects/MXRoyale/src/main/royale/mx/core/Container.as | 3 +++
1 file changed, 3 insertions(+)
diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/core/Container.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/core/Container.as
index bc50368..4a3801b 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/Container.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/Container.as
@@ -211,6 +211,9 @@ use namespace mx_internal;
*/
[Event(name="scroll", type="mx.events.ScrollEvent")]
+[Style(name="borderThickness", type="Number", format="Length", inherit="no")]
+
+
/**
* The default property uses when additional MXML content appears within an
element's
* definition in an MXML file.