Author: hqm
Date: 2008-03-15 11:11:10 -0700 (Sat, 15 Mar 2008)
New Revision: 8274
Modified:
openlaszlo/trunk/lps/components/lz/gridtext.lzx
Log:
Change 20080315-hqm-U by [EMAIL PROTECTED] on 2008-03-15 14:10:12 EDT
in /Users/hqm/openlaszlo/trunk2
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: change y-offset constraint from once to always
New Features:
Bugs Fixed:
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
run examples/components/grid_example.lzx, should display properly centered text
in grid cells
Modified: openlaszlo/trunk/lps/components/lz/gridtext.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lz/gridtext.lzx 2008-03-14 19:57:31 UTC
(rev 8273)
+++ openlaszlo/trunk/lps/components/lz/gridtext.lzx 2008-03-15 18:11:10 UTC
(rev 8274)
@@ -65,7 +65,7 @@
<text visible="${!parent.editing}" width="${parent.width}"
resize="false"
- y="$once{ parent.height /2 - this.height/2}"
+ y="${ parent.height /2 - this.height/2}"
fgcolor="${ parent.immediateparent.selected ?
classroot._textselectedcolor:
(parent.immediateparent.highlighted ?
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins