You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/08/11 09:08:09 UTC

[royale-asjs] branch develop updated: BE0012: update example

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 6622fdc  BE0012: update example
6622fdc is described below

commit 6622fdc7864a6d900fce9e01072403c19d510d12
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Aug 11 11:07:55 2020 +0200

    BE0012: update example
---
 .../BE0012_Using_external_javascript_libraries_in_Apache_Royale.mxml  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/src/main/royale/BE0012_Using_external_javascript_libraries_in_Apache_Royale.mxml b/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/src/main/royale/BE0012_Using_external_javascript_libraries_in_Apache_Royale.mxml
index f0c6a7c..90991d6 100644
--- a/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/src/main/royale/BE0012_Using_external_javascript_libraries_in_Apache_Royale.mxml
+++ b/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/src/main/royale/BE0012_Using_external_javascript_libraries_in_Apache_Royale.mxml
@@ -49,7 +49,7 @@
                 <j:VerticalCenteredLayout/>
             </j:beads>
 
-            <j:Card percentWidth="90">
+            <j:Card width="90%">
                 <j:CardHeader>
                     <html:H3 text="Using external Javascript Libraries" className="primary-normal"/>
                 </j:CardHeader>
@@ -57,7 +57,7 @@
 
                     <j:Label html="This example uses hljs library to highligh a piece of code"/>
 
-                    <html:Pre height="300" percentWidth="100" style="background-color: white">
+                    <html:Pre height="300" width="100%" style="background-color: white">
                         <html:beads>
                             <j:ScrollingViewport/>
                         </html:beads>