You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/08/06 12:01:35 UTC

[royale-asjs] branch feature/MXRoyale updated: Update spark-royale-manifest.xml

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

alinakazi pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 1d20e3c  Update spark-royale-manifest.xml
1d20e3c is described below

commit 1d20e3cb764c92bfb3892edff09b11982e77ad01
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Mon Aug 6 17:01:33 2018 +0500

    Update spark-royale-manifest.xml
---
 .../SparkRoyale/src/main/resources/spark-royale-manifest.xml         | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
index 0e69f14..296b13a 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
+++ b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
@@ -69,8 +69,9 @@
     	<component id="DataGroup" class="spark.components.DataGroup"/>
 	<component id="VerticalLayout" class="spark.layouts.VerticalLayout"/>
 	<component id="BitmapImage" class="spark.primitives.BitmapImage"/>
-    <component id="Image" class="spark.components.Image"/>
-    
+    	<component id="Image" class="spark.components.Image"/>
+        <component id="HorizontalLayout" class="spark.layouts.HorizontalLayout"/>
+
     <!-- Text Layout Framework (TLF) -->
     <component id="a" class="org.apache.royale.textLayout.elements.LinkElement" lookupOnly="true"/>
     <component id="br" class="org.apache.royale.textLayout.elements.BreakElement" lookupOnly="true"/>