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/02/28 02:27:43 UTC

svn commit: r512569 - /incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html

Author: jmargaris
Date: Tue Feb 27 18:27:43 2007
New Revision: 512569

URL: http://svn.apache.org/viewvc?view=rev&rev=512569
Log:
made container div 100% tall

Modified:
    incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html?view=diff&rev=512569&r1=512568&r2=512569
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html Tue Feb 27 18:27:43 2007
@@ -74,6 +74,6 @@
 	</head>
 	  
 	<body>
-		<div startPage="freePane.xal" id="xalDiv"></div>
+		<div startPage="freePane.xal" style="height:100%" id="xalDiv"></div>
 	</body>
 </html>