[Laszlo-checkins] r7470 - openlaszlo/trunk/docs/src/developers/tutorials/programs

lou@openlaszlo.org lou at openlaszlo.org
Thu Dec 6 09:59:06 PST 2007


Author: lou
Date: 2007-12-06 09:58:46 -0800 (Thu, 06 Dec 2007)
New Revision: 7470

Modified:
   openlaszlo/trunk/docs/src/developers/tutorials/programs/text-tutorial-$14.lzx
Log:
Change 20071206-lou-k by lou at loumac.local on 2007-12-06 13:54:02 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Intro to text, Example 9.13. Move the "Add Text" button so it's not obscured by the debug window.

Bugs Fixed: LPP-5209

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

Tests: verify visually



Modified: openlaszlo/trunk/docs/src/developers/tutorials/programs/text-tutorial-$14.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/tutorials/programs/text-tutorial-$14.lzx	2007-12-06 17:57:51 UTC (rev 7469)
+++ openlaszlo/trunk/docs/src/developers/tutorials/programs/text-tutorial-$14.lzx	2007-12-06 17:58:46 UTC (rev 7470)
@@ -11,7 +11,7 @@
          Set Text
    </button>
 
-   <button x="180" y="115"
+   <button x="180" y="15"
       onclick="addText();">
          Add Text
    </button>



More information about the Laszlo-checkins mailing list