FLEX-34485 make example consistent
diff --git a/TourDeFlex/TourDeFlex3/src/apache/validators/PostCodeValidatorExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/validators/PostCodeValidatorExample.mxml
index 261e7f8..0dcb868 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/validators/PostCodeValidatorExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/validators/PostCodeValidatorExample.mxml
@@ -62,14 +62,14 @@
 	<fx:Declarations>
 		<a:PostCodeValidator id="validator" source="{postcode}" property="text" 
 					   trigger="{checkPostcode}" triggerEvent="click"
-					   invalid="Alert.show('Postcode incorrect format!', 'Postcode');"/>
+					   invalid="Alert.show('Postcode incorrect format!', 'Postcode')"/>
 	</fx:Declarations>
 		
 	
-	<s:Panel title="Postcode Validator Example" width="600" height="100%" color="0x000000" borderAlpha="0.15">
+	<s:Panel title="Postcode Validator Example" width="100%" height="100%">		
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
-		</s:layout>		
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>
 		<s:HGroup verticalAlign="middle">
 			<s:Label text="Postcode" />
 			<s:TextInput id="postcode" text=""/>