You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2019/01/30 10:02:44 UTC

[royale-asjs] branch develop updated: Jewel: Add more inspectable

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

piotrz 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 d4c3bf5  Jewel: Add more inspectable
d4c3bf5 is described below

commit d4c3bf5721f32fae947b214607b222d0d6b23765
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Wed Jan 30 11:02:32 2019 +0100

    Jewel: Add more inspectable
---
 .../royale/org/apache/royale/jewel/beads/layouts/StyledLayoutBase.as    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/StyledLayoutBase.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/StyledLayoutBase.as
index 436c6c4..89a4cba 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/StyledLayoutBase.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/StyledLayoutBase.as
@@ -174,6 +174,7 @@ package org.apache.royale.jewel.beads.layouts
             return _itemsHorizontalAlign;
         }
 
+        [Inspectable(category="General", enumeration="itemsLeft,itemsCenter,itemsRight,itemsSpaceBetween,itemsSpaceAround")]
         public function set itemsHorizontalAlign(value:String):void
         {
 			if (_itemsHorizontalAlign != value)
@@ -207,6 +208,7 @@ package org.apache.royale.jewel.beads.layouts
             return _itemsVerticalAlign;
         }
 
+        [Inspectable(category="General", enumeration="itemsSameHeight,itemsCentered,itemsTop,itemsBottom")]
         public function set itemsVerticalAlign(value:String):void
         {
 			if (_itemsVerticalAlign != value)