You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2012/10/16 06:37:32 UTC

svn commit: r1398641 - /incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/SWFs/FXG_GroupGraphic.mxml

Author: aharui
Date: Tue Oct 16 04:37:32 2012
New Revision: 1398641

URL: http://svn.apache.org/viewvc?rev=1398641&view=rev
Log:
Try to fix this test before the full run

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/SWFs/FXG_GroupGraphic.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/SWFs/FXG_GroupGraphic.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/SWFs/FXG_GroupGraphic.mxml?rev=1398641&r1=1398640&r2=1398641&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/SWFs/FXG_GroupGraphic.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/SWFs/FXG_GroupGraphic.mxml Tue Oct 16 04:37:32 2012
@@ -81,7 +81,7 @@
 	}
 </fx:Style>
 
-	<mx:HBox>
+	<mx:HBox horizontalGap="10">
 		<comps:ScaleGraphic id="graphic2" />
 		<comps:ScaleGraphicNested id="graphic3" />		
 	</mx:HBox>