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/06/05 15:09:54 UTC

[royale-asjs] branch develop updated: jewel-tilelayouts: update some comments

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 c3d9574  jewel-tilelayouts: update some comments
c3d9574 is described below

commit c3d9574bcfddc4edbcd35729b4d70fc7000ddd4a
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Jun 5 17:09:40 2020 +0200

    jewel-tilelayouts: update some comments
---
 .../org/apache/royale/jewel/beads/layouts/TileHorizontalLayout.as      | 2 +-
 .../royale/org/apache/royale/jewel/beads/layouts/TileVerticalLayout.as | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/TileHorizontalLayout.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/TileHorizontalLayout.as
index 5ba4ef0..2d88765 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/TileHorizontalLayout.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/TileHorizontalLayout.as
@@ -123,7 +123,7 @@ package org.apache.royale.jewel.beads.layouts
 		private var _requestedColumnCount:int = -1;
 		/**
 		 *  Number of columns to be displayed.
-		 *  Set to -1 to allow the TileLayout to determine the column count automatically.
+		 *  Set to -1 to allow the TileHorizontalLayout to determine the column count automatically.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/TileVerticalLayout.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/TileVerticalLayout.as
index 74e164b..ff7fcd9 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/TileVerticalLayout.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/TileVerticalLayout.as
@@ -29,7 +29,6 @@ package org.apache.royale.jewel.beads.layouts
 	import org.apache.royale.core.layout.EdgeData;
 	import org.apache.royale.core.layout.ILayoutStyleProperties;
 	import org.apache.royale.events.Event
-	import org.apache.royale.core.IStrand;
 
 	/**
 	 *  The TileVerticalLayout class bead sizes and positions the elements it manages into rows and columns.
@@ -125,7 +124,7 @@ package org.apache.royale.jewel.beads.layouts
 		private var _requestedRowCount:int = -1;
 		/**
 		 *  Number of columns to be displayed.
-		 *  Set to -1 to allow the TileLayout to determine the column count automatically.
+		 *  Set to -1 to allow the TileVerticalLayout to determine the column count automatically.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2