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/11/01 11:01:10 UTC

[royale-asjs] branch develop updated: BorderContainer Working

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

alinakazi 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 35b0237  BorderContainer Working
35b0237 is described below

commit 35b0237a7cc6ed6b6c3c00b3207a0b2a022102a6
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Thu Nov 1 16:01:05 2018 +0500

    BorderContainer Working
    
    Update spark-royale-manifest.xml for BorderContainer
---
 .../projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2e6a7fd..af77872 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
+++ b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
@@ -65,7 +65,7 @@
 	<component id="SolidColor" class="mx.graphics.SolidColor" lookupOnly="true"/>
 	<component id="SolidColorStroke" class="mx.graphics.SolidColorStroke" lookupOnly="true"/>
 	<component id="NavigatorContent" class="spark.components.NavigatorContent"/>
-	<component id="BorderContainer" class="spark.components.BorderContainer"/>
+	<component id="BorderContainer" class="mx.core.Container" lookupOnly="true"/>
 	<component id="Scroller" class="spark.components.Scroller"/>
 	<component id="DataGroup" class="spark.components.DataGroup"/>
 	<component id="VerticalLayout" class="spark.layouts.VerticalLayout"/>