Fix position of loading bar?

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

Branch: refs/heads/develop
Commit: 448d0b18e793603d11c1ad98170d581d9a521a92
Parents: 330f62b
Author: Justin Mclean <jmcl...@apache.org>
Authored: Mon Oct 13 08:14:34 2014 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Mon Oct 13 08:14:34 2014 +1100

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/448d0b18/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml 
b/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml
index 1779d52..98bb2a3 100755
--- a/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml
+++ b/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml
@@ -19,7 +19,8 @@
 
 <!-- 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">
+                 horizontalAlign="center" headerHeight="0" 
dropShadowVisible="false"
+                 width="100%" height="100%">
    <fx:Script>
      <![CDATA[
      

Reply via email to