Repository: flex-utilities
Updated Branches:
  refs/heads/develop 186a01bec -> 88e4079b3


fix padding/white space


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

Branch: refs/heads/develop
Commit: 88e4079b32273f91f66d181e6d791ed232d1025a
Parents: 186a01b
Author: Justin Mclean <jmcl...@apache.org>
Authored: Sat Oct 18 19:04:33 2014 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Sat Oct 18 19:04:33 2014 +1100

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/Welcome.mxml | 53 +++++++++++++---------------
 1 file changed, 25 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/88e4079b/TourDeFlex/TourDeFlex3/src/Welcome.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/Welcome.mxml 
b/TourDeFlex/TourDeFlex3/src/Welcome.mxml
index ed16370..0240899 100644
--- a/TourDeFlex/TourDeFlex3/src/Welcome.mxml
+++ b/TourDeFlex/TourDeFlex3/src/Welcome.mxml
@@ -16,40 +16,37 @@
       limitations under the License.
   -->
 
-<!-- Simple example to demonstrate the Button control. -->
 <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                                xmlns:mx="library://ns.adobe.com/flex/mx"
-                               xmlns:s="library://ns.adobe.com/flex/spark" 
-                               paddingBottom="10" paddingTop="10" 
paddingLeft="10" paddingRight="10"
+                               xmlns:s="library://ns.adobe.com/flex/spark"
+                               paddingBottom="0" paddingTop="0" 
paddingLeft="0" paddingRight="0"
                                height="100%" width="100%">
 
     <mx:Panel title="Welcome to Tour De Flex"
                          paddingBottom="10" paddingTop="10" paddingLeft="10" 
paddingRight="10"
                          height="100%" width="100%">
-
-       <s:HGroup>
-               <s:Image source="@Embed('/apache/assets/ApacheFlexLogo.png')" 
width="50" height="50" />
-               <s:VGroup height="100%" verticalAlign="middle">
-                       <s:Label text="Apache Tour De Flex" fontSize="20" 
fontWeight="bold" />
-               </s:VGroup>     
-       </s:HGroup>
-               
-       <s:RichText width="100%">
-               <s:p />
-               <s:p>The Apache Flex Tour De Flex component explorer provides a 
sample set of working
-  Apache Flex examples.</s:p>
-               <s:p />
-               <s:p>New in this version:</s:p>
-               <s:list>
-                       <s:li>Added this welcome page</s:li>
-                       <s:li>Changed examples look and feel to be more 
consistent</s:li>
-                       <s:li>Added support for 3rd party examples</s:li>
-                       <s:li>Added Squiggly spelling engine examples</s:li>
-               </s:list>
-               <s:p />
-               <s:p>For a full list of changes please see the README.</s:p>
-               <s:p />
-       </s:RichText>
-
+               <s:HGroup>
+                       <s:Image 
source="@Embed('/apache/assets/ApacheFlexLogo.png')" width="50" height="50" />
+                       <s:VGroup height="100%" verticalAlign="middle">
+                               <s:Label text="Apache Tour De Flex" 
fontSize="20" fontWeight="bold" />
+                       </s:VGroup>     
+               </s:HGroup>
+                       
+               <s:RichText width="100%" height="100%">
+                       <s:p />
+                       <s:p>The Apache Flex Tour De Flex component explorer 
provides a sample set of working
+         Apache Flex examples.</s:p>
+                       <s:p />
+                       <s:p>New in this version:</s:p>
+                       <s:list>
+                               <s:li>Added this welcome page</s:li>
+                               <s:li>Changed examples look and feel to be more 
consistent</s:li>
+                               <s:li>Added support for 3rd party 
examples</s:li>
+                               <s:li>Added Squiggly spelling engine 
examples</s:li>
+                       </s:list>
+                       <s:p />
+                       <s:p>For a full list of changes please see the 
README.</s:p>
+                       <s:p />
+               </s:RichText>
     </mx:Panel>
 </mx:Application>
\ No newline at end of file

Reply via email to