add a bit of padding to buttons

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

Branch: refs/heads/develop
Commit: cfc9dff92de7e219fa418118d8bf73c98f5cfdd7
Parents: ef10f5c
Author: Justin Mclean <jmcl...@apache.org>
Authored: Thu Oct 9 13:57:10 2014 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Thu Oct 9 13:57:10 2014 +1100

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/SourceTab.mxml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/cfc9dff9/TourDeFlex/TourDeFlex3/src/SourceTab.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/SourceTab.mxml 
b/TourDeFlex/TourDeFlex3/src/SourceTab.mxml
index c9d8f7c..fbe44a7 100755
--- a/TourDeFlex/TourDeFlex3/src/SourceTab.mxml
+++ b/TourDeFlex/TourDeFlex3/src/SourceTab.mxml
@@ -17,7 +17,9 @@
       limitations under the License.
   -->
 
-<mx:VBox xmlns:fx="http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" width="100%" height="100%">
+<mx:VBox xmlns:fx="http://ns.adobe.com/mxml/2009";
+                xmlns:mx="library://ns.adobe.com/flex/mx"
+                width="100%" height="100%">
 
     <fx:Script>
         <![CDATA[
@@ -76,7 +78,7 @@
        </fx:Declarations>
        
     <mx:TextArea id="ta" color="#0000A0" fontFamily="Courier" editable="false" 
wordWrap="false" width="100%" height="100%"/>
-       <mx:HBox width="100%">
+       <mx:HBox width="100%" paddingBottom="5" paddingRight="20">
                <mx:Spacer width="100%" />
                <mx:Button label="Copy" click="copyCode()" />
                <mx:Button label="Copy Link" click="copyLink()" />

Reply via email to