You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2021/09/18 15:13:49 UTC

[royale-asjs] branch develop updated: Added labelStyleName in FormItem.as

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 03ed220  Added labelStyleName in FormItem.as
03ed220 is described below

commit 03ed2209cfc12c67e7f3cbe31ceccf99c2c98210
Author: pashminakazi <pa...@gmail.com>
AuthorDate: Sat Sep 18 08:13:37 2021 -0700

    Added labelStyleName in FormItem.as
---
 frameworks/projects/MXRoyale/src/main/royale/mx/containers/FormItem.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/containers/FormItem.as b/frameworks/projects/MXRoyale/src/main/royale/mx/containers/FormItem.as
index 54fbbcb..8dcdb51 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/containers/FormItem.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/containers/FormItem.as
@@ -100,7 +100,7 @@ use namespace mx_internal;
  *  @playerversion AIR 1.1
  *  @productversion Flex 3
  */
-//[Style(name="labelStyleName", type="String", inherit="no")]
+[Style(name="labelStyleName", type="String", inherit="no")]
 
 /**
  *  Width of the form labels.