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/04 14:03:28 UTC

[royale-asjs] 09/17: tour-de-jewel: adjust columnCount ontilelayout example

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

commit 5918efc0a0cea7e3c8925aad424fa5270c761316
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Jun 3 09:26:50 2020 +0200

    tour-de-jewel: adjust columnCount ontilelayout example
---
 examples/jewel/TourDeJewel/src/main/royale/LayoutsPlayGround.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/jewel/TourDeJewel/src/main/royale/LayoutsPlayGround.mxml b/examples/jewel/TourDeJewel/src/main/royale/LayoutsPlayGround.mxml
index cc32c4a..527c64d 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/LayoutsPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/LayoutsPlayGround.mxml
@@ -219,7 +219,7 @@ limitations under the License.
 					<j:VGroup>
 						<j:VGroup>
 							<j:Label text="columnCount = {tl.columnCount}"/>
-							<j:HSlider width="200" value="3" minimum="1" maximum="6" valueChange="tl.columnCount = event.target.value"/>
+							<j:HSlider width="200" value="4" minimum="1" maximum="6" valueChange="tl.columnCount = event.target.value"/>
 						</j:VGroup>
 						<j:VGroup>
 							<j:Label text="columnWidth"/>