Author: hqm
Date: 2008-03-18 10:45:42 -0700 (Tue, 18 Mar 2008)
New Revision: 8308
Modified:
openlaszlo/trunk/demos/calendar/cal-button.lzx
Log:
Change 20080318-hqm-p by [EMAIL PROTECTED] on 2008-03-18 13:43:51 EDT
in /Users/hqm/openlaszlo/trunk4
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: remove duplicate initializer for 'y' in calendar button class
New Features:
Bugs Fixed:
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
there is a text view which is declared to have both a "y=2" initial value and
also a once constraint on 'y', which leads to a compiler warning. This change
removed the constant value, and leaves the constraint declaration.
Tests:
Modified: openlaszlo/trunk/demos/calendar/cal-button.lzx
===================================================================
--- openlaszlo/trunk/demos/calendar/cal-button.lzx 2008-03-18 15:57:03 UTC
(rev 8307)
+++ openlaszlo/trunk/demos/calendar/cal-button.lzx 2008-03-18 17:45:42 UTC
(rev 8308)
@@ -108,7 +108,7 @@
<attribute name="x" value="parent.bkgnd.lft.leftinset - 1"
when="always" />
<attribute name="text" value="parent.label" when="always" />
</text>
- <text name="title" y="2" fgcolor="white"
+ <text name="title" fgcolor="white"
pixellock="true" width="200" >
<attribute name="y" value="parent.yadjust" when="once"/>
<attribute name="x" value="parent.bkgnd.lft.leftinset"
when="always" />
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins