You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/10/27 07:23:03 UTC

[03/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - FLEX-34493 centre loading bar and example

FLEX-34493 centre loading bar and example


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/e9c8726e
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/e9c8726e
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/e9c8726e

Branch: refs/heads/master
Commit: e9c8726ef038c9c233f38ce8d427eb126fdd0e4b
Parents: 44a07f5
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Oct 13 10:22:09 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Oct 13 10:22:09 2014 +1100

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/loaderPanel.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/e9c8726e/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml b/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml
index 98bb2a3..c71b4cc 100755
--- a/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml
+++ b/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml
@@ -19,7 +19,7 @@
 
 <!-- TODO probably no need for a panel -->
 <mx:Panel xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx"
-		  horizontalAlign="center" headerHeight="0" dropShadowVisible="false"
+		  headerHeight="0" dropShadowVisible="false"
 		  width="100%" height="100%">
    <fx:Script>
      <![CDATA[
@@ -32,6 +32,6 @@
     ]]>
   </fx:Script>
 
-<mx:SWFLoader id="myLoader" width="100%" height="100%" />
+<mx:SWFLoader id="myLoader" width="100%" height="100%"  horizontalAlign="center" verticalAlign="middle" />
 
 </mx:Panel>