Author: lou
Date: 2007-11-27 06:41:04 -0800 (Tue, 27 Nov 2007)
New Revision: 7381

Modified:
   openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$10.lzx
   openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$11.lzx
   openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$2.lzx
   openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$5.lzx
   openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$7.lzx
   
openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator_display.lzx
Log:
Change 20071127-lou-W by [EMAIL PROTECTED] on 2007-11-27 10:33:03 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: text is clipped in the calculator tutorial in the dguide

Bugs Fixed: LPP-5157

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

Details: change fontsize in the display from 30 to 25
    

Tests: visual check



Modified: 
openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$10.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$10.lzx  
2007-11-27 14:40:08 UTC (rev 7380)
+++ openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$10.lzx  
2007-11-27 14:41:04 UTC (rev 7381)
@@ -54,7 +54,7 @@
           oninit="this.start()">
       <!-- the text in the display -->
       <text name="screen" height="30" width="165"
-            font="displayText" fontsize="30"
+            font="displayText" fontsize="25"
             y="5" x="5">
         0
       </text>

Modified: 
openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$11.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$11.lzx  
2007-11-27 14:40:08 UTC (rev 7380)
+++ openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$11.lzx  
2007-11-27 14:41:04 UTC (rev 7381)
@@ -70,7 +70,7 @@
               oninit="this.start()">
       <!-- the text in the display -->
       <text name="screen" height="30" width="165"
-                  font="displayText" fontsize="30"
+                  font="displayText" fontsize="25"
                   y="5" x="5">
                 0
       </text>

Modified: 
openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$2.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$2.lzx   
2007-11-27 14:40:08 UTC (rev 7380)
+++ openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$2.lzx   
2007-11-27 14:41:04 UTC (rev 7381)
@@ -18,7 +18,7 @@
         <view id="display" resource="calc_display" x="20" y="31">
             <!-- the text in the display -->
             <text name="screen" height="30" width="165"
-                  font="displayText" fontsize="30"
+                  font="displayText" fontsize="25"
                   y="5" x="5">
                 0
             </text>

Modified: 
openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$5.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$5.lzx   
2007-11-27 14:40:08 UTC (rev 7380)
+++ openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$5.lzx   
2007-11-27 14:41:04 UTC (rev 7381)
@@ -18,7 +18,7 @@
         <view id="display" resource="calc_display" x="20" y="31">
             <!-- the text in the display -->
             <text name="screen" height="30" width="165"
-                  font="displayText" fontsize="30"
+                  font="displayText" fontsize="25"
                   y="5" x="5">
                 0
             </text>

Modified: 
openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$7.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$7.lzx   
2007-11-27 14:40:08 UTC (rev 7380)
+++ openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator-$7.lzx   
2007-11-27 14:41:04 UTC (rev 7381)
@@ -35,7 +35,7 @@
               oninit="this.start()">
             <!-- the text in the display -->
             <text name="screen" height="30" width="165"
-                  font="displayText" fontsize="30"
+                  font="displayText" fontsize="25"
                   y="5" x="5">
                 0
             </text>

Modified: 
openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator_display.lzx
===================================================================
--- 
openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator_display.lzx  
    2007-11-27 14:40:08 UTC (rev 7380)
+++ 
openlaszlo/trunk/docs/src/developers/tutorials/programs/calculator_display.lzx  
    2007-11-27 14:41:04 UTC (rev 7381)
@@ -6,7 +6,7 @@
             oninit="this.start()">
         <!-- the text in the display -->
         <text name="screen" height="30" width="165"
-                font="displayText" fontsize="30"
+                font="displayText" fontsize="25"
                 y="5" x="5">
             0
         </text>


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

Reply via email to