You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/05/07 08:36:13 UTC

[royale-asjs] branch develop updated: tour-de-jewel: second list example was not setting variableRowHeight to false so rowHeight has no effect

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new b3fb919  tour-de-jewel: second list example was not setting variableRowHeight to false so rowHeight has no effect
b3fb919 is described below

commit b3fb91962a43d2437489ddc7d30c8acb6aa45a2f
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu May 7 10:36:03 2020 +0200

    tour-de-jewel: second list example was not setting variableRowHeight to false so rowHeight has no effect
---
 examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml b/examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml
index 6dff3d3..6ad0af4 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml
@@ -218,9 +218,9 @@ limitations under the License.
 					<html:H3 text="ItemRenderer and rowHeight=52" className="primary-normal"/>
 				</j:CardHeader>
 				<j:CardPrimaryContent>
-					<j:Label text="Click on render's icon will remove that renderer" multiline="true"/>
+					<j:Label text="Notice variableRowHeight should be false to use rowHeight. Click on render's icon will remove that renderer" multiline="true"/>
 					
-					<j:List localId="list2" width="200" height="300"
+					<j:List localId="list2" width="200" height="300" variableRowHeight="false"
 						className="iconListItemRenderer" labelField="label"
 						emphasis="secondary" rowHeight="52">
 						<j:beads>