You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ti...@apache.org on 2012/06/03 19:50:41 UTC

svn commit: r1345724 - /incubator/flex/whiteboard/tink/progress/src/ws/tink/spark/skins/controls/ProgressIndicatorResizeSkin.mxml

Author: tink
Date: Sun Jun  3 17:50:41 2012
New Revision: 1345724

URL: http://svn.apache.org/viewvc?rev=1345724&view=rev
Log:
Moved label to be positioned above bar.

Modified:
    incubator/flex/whiteboard/tink/progress/src/ws/tink/spark/skins/controls/ProgressIndicatorResizeSkin.mxml

Modified: incubator/flex/whiteboard/tink/progress/src/ws/tink/spark/skins/controls/ProgressIndicatorResizeSkin.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/tink/progress/src/ws/tink/spark/skins/controls/ProgressIndicatorResizeSkin.mxml?rev=1345724&r1=1345723&r2=1345724&view=diff
==============================================================================
--- incubator/flex/whiteboard/tink/progress/src/ws/tink/spark/skins/controls/ProgressIndicatorResizeSkin.mxml (original)
+++ incubator/flex/whiteboard/tink/progress/src/ws/tink/spark/skins/controls/ProgressIndicatorResizeSkin.mxml Sun Jun  3 17:50:41 2012
@@ -14,13 +14,13 @@
 	</fx:Metadata> 
 	
 	<s:layout>
-		<s:HorizontalLayout verticalAlign="middle"/>
+		<s:VerticalLayout horizontalAlign="center"/>
 	</s:layout>
 	
-	<!--- @copy ws.tink.spark.controls.ProgressIndicator#progressDisplay -->
-	<st:ProgressResize id="progressDisplay" width="100%"/>
-	
 	<!--- @copy ws.tink.spark.controls.ProgressIndicator#labelDisplay -->
 	<s:Label id="labelDisplay"/>
 	
+	<!--- @copy ws.tink.spark.controls.ProgressIndicator#progressDisplay -->
+	<st:ProgressResize id="progressDisplay" width="100%"/>
+	
 </s:Skin>