yishayw opened a new issue #949:
URL: https://github.com/apache/royale-asjs/issues/949


   In the below app, the label overflows to the next line
   
   ```
   <s:Application 
        xmlns:fx="http://ns.adobe.com/mxml/2009";
        xmlns:s="library://ns.apache.org/royale/spark"
        >
        <s:Group>
                <s:CheckBox label="AUTO PAGEMASTER" />
        </s:Group>
   </s:Application>
   ```
   
   Removing Group wrapper fixes it.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to