You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2007/03/01 02:20:48 UTC

svn commit: r513108 - /incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/headerFooterExample.xal

Author: jmargaris
Date: Wed Feb 28 18:20:48 2007
New Revision: 513108

URL: http://svn.apache.org/viewvc?view=rev&rev=513108
Log:
made borders thinner

Modified:
    incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/headerFooterExample.xal

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/headerFooterExample.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/headerFooterExample.xal?view=diff&rev=513108&r1=513107&r2=513108
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/headerFooterExample.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/headerFooterExample.xal Wed Feb 28 18:20:48 2007
@@ -20,16 +20,16 @@
 <xal xmlns="http://openxal.org/ui">
 
 	<verticalBoxPane width="100%" height="100%" alignment="stretch">
-		<horizontalBoxPane borderColor="red" borderWidth="20px" borderStyle="solid">
+		<horizontalBoxPane borderColor="red" borderWidth="1px" borderStyle="solid">
 			<label text="This is the header of the box layout" width="100%"/>
 		</horizontalBoxPane>
 		
-		<horizontalBoxPane boxFlex="1" alignment="stretch" borderStyle="solid" borderColor="green" borderWidth="20px">
-			<label text="This should stay fixed"  borderStyle="solid" verticalAlignment="center" borderColor="yellow" borderWidth="20px"/>
-			<label text="This should expand right" borderStyle="solid" verticalAlignment="center" boxFlex="1"  borderColor="orange" borderWidth="20px"/>
+		<horizontalBoxPane boxFlex="1" alignment="stretch" borderStyle="solid" borderColor="green" borderWidth="1px">
+			<label text="This should stay fixed"  borderStyle="solid" verticalAlignment="center" borderColor="yellow" borderWidth="1px"/>
+			<label text="This should expand right" borderStyle="solid" verticalAlignment="center" boxFlex="1"  borderColor="orange" borderWidth="1px"/>
 		</horizontalBoxPane>
 		
-		<horizontalBoxPane borderColor="blue" borderStyle="solid" borderWidth="20px">
+		<horizontalBoxPane borderColor="blue" borderStyle="solid" borderWidth="1px">
 			<label text="This is the footer of the box layout"/>
 		</horizontalBoxPane>