You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/10/18 02:30:43 UTC

[07/10] git commit: [flex-utilities] [refs/heads/develop] - remove extra border

remove extra border


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

Branch: refs/heads/develop
Commit: 338cd0c42b95d075df7ea5cfda88352c9eb39415
Parents: 4d33716
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Oct 18 11:27:18 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Oct 18 11:27:18 2014 +1100

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/338cd0c4/TourDeFlex/TourDeFlex3/src/viewsource.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/viewsource.mxml b/TourDeFlex/TourDeFlex3/src/viewsource.mxml
index e3abe8b..f72c1c2 100755
--- a/TourDeFlex/TourDeFlex3/src/viewsource.mxml
+++ b/TourDeFlex/TourDeFlex3/src/viewsource.mxml
@@ -58,6 +58,6 @@
 		]]>
 	</fx:Script>
 
-	<mx:TabNavigator id="tn" width="100%" height="100%" paddingTop="0"/>
+	<mx:TabNavigator id="tn" width="100%" height="100%" paddingTop="0" borderStyle="none" />
 
 </mx:VBox>
\ No newline at end of file