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

carlosrovira 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 e538b6e  Jewel Hr example in Tour De Jewel
e538b6e is described below

commit e538b6e980a6199946a10135c09f4498ef5cc1e0
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Jan 31 21:21:44 2019 +0100

    Jewel Hr example in Tour De Jewel
---
 examples/royale/TourDeJewel/src/main/royale/HeadingsAndText.mxml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/royale/TourDeJewel/src/main/royale/HeadingsAndText.mxml 
b/examples/royale/TourDeJewel/src/main/royale/HeadingsAndText.mxml
index a77200d..3ca3dbc 100644
--- a/examples/royale/TourDeJewel/src/main/royale/HeadingsAndText.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/HeadingsAndText.mxml
@@ -31,7 +31,11 @@ limitations under the License.
                <html:H3 text="Heading H3"/>
                <html:H4 text="Heading H4"/>
 
+               <html:Hr width="100%"/>
+
                <html:Span text="Some span text."/>
+               
+               <html:Hr width="100%"/>
 
                <j:Label text="Normal text used in a div, texts and fields with 
single line or multiple lines." multiline="true"/>
        </j:Card>

Reply via email to