removed theme colour so it compiles

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

Branch: refs/heads/develop
Commit: 5ac61730f0321f03fa78655e98d7685ad257a8eb
Parents: 460c450
Author: Justin Mclean <jmcl...@apache.org>
Authored: Wed Jul 23 11:35:43 2014 +1000
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Wed Jul 23 11:35:43 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/controls/SimpleProgressBar.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5ac61730/TourDeFlex/TourDeFlex3/src/controls/SimpleProgressBar.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/controls/SimpleProgressBar.mxml 
b/TourDeFlex/TourDeFlex3/src/controls/SimpleProgressBar.mxml
index 9818e06..08835a6 100755
--- a/TourDeFlex/TourDeFlex3/src/controls/SimpleProgressBar.mxml
+++ b/TourDeFlex/TourDeFlex3/src/controls/SimpleProgressBar.mxml
@@ -49,7 +49,7 @@
             text="Click the button to increment the progress bar." />
         <mx:Button id="Speed" label="Run" click="runit();"/>
             
-        <mx:ProgressBar id="bar" labelPlacement="bottom" themeColor="#F20D7A"
+        <mx:ProgressBar id="bar" labelPlacement="bottom"
             minimum="0" visible="true" maximum="100" label="CurrentProgress 
0%" 
             direction="right" mode="manual" width="100%"/>
 

Reply via email to