remove grey bar in header

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

Branch: refs/heads/develop
Commit: e7f847f29410515c9c4ba37912c40d4908720ff2
Parents: f123166
Author: Justin Mclean <jmcl...@apache.org>
Authored: Thu Oct 9 13:55:54 2014 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Thu Oct 9 13:55:54 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/e7f847f2/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml 
b/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml
index d94bfed..1779d52 100755
--- a/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml
+++ b/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml
@@ -17,8 +17,9 @@
       limitations under the License.
   -->
 
+<!-- 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="10" 
dropShadowVisible="false">
+                 horizontalAlign="center" headerHeight="0" 
dropShadowVisible="false">
    <fx:Script>
      <![CDATA[
      

Reply via email to