Author: lou
Date: 2007-12-18 06:22:34 -0800 (Tue, 18 Dec 2007)
New Revision: 7590

Modified:
   openlaszlo/trunk/docs/src/developers/programs/introductory-classes-$17.lzx
Log:
Change 20071218-lou-r by [EMAIL PROTECTED] on 2007-12-18 10:12:53 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: move the view so it is not obscured by the debug window

Bugs Fixed: http://www.openlaszlo.org/jira/browse/LPP-5278

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)




Modified: 
openlaszlo/trunk/docs/src/developers/programs/introductory-classes-$17.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/introductory-classes-$17.lzx  
2007-12-18 14:21:40 UTC (rev 7589)
+++ openlaszlo/trunk/docs/src/developers/programs/introductory-classes-$17.lzx  
2007-12-18 14:22:34 UTC (rev 7590)
@@ -2,7 +2,7 @@
 <canvas debug="true">
   <script>
     var foo = new LzView(canvas, {width: 50, height: 50, 
-                                  x: 50, y: 100,
+                                  x: 150, y: 0,
                                   bgcolor: 0,
                                   name: "myview"});
   </script>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to