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 2019/03/30 23:45:25 UTC

[royale-asjs] branch feature/wizard-transitions updated: tourdejewel: content needs to be scrollable

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

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


The following commit(s) were added to refs/heads/feature/wizard-transitions by this push:
     new 6b21cf3  tourdejewel: content needs to be scrollable
6b21cf3 is described below

commit 6b21cf3a814c89ec8a3b126a6ccaaafaf80c4cce
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Mar 31 00:45:19 2019 +0100

    tourdejewel: content needs to be scrollable
---
 examples/royale/TourDeJewel/src/main/royale/WizardPlayGround.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/royale/TourDeJewel/src/main/royale/WizardPlayGround.mxml b/examples/royale/TourDeJewel/src/main/royale/WizardPlayGround.mxml
index c1be59e..06b9365 100644
--- a/examples/royale/TourDeJewel/src/main/royale/WizardPlayGround.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/WizardPlayGround.mxml
@@ -125,7 +125,7 @@ limitations under the License.
 					<j:WizardStep name="page5" previousStep="page4" stepLabel="Page 5"/>
 				</views:step>
 
-				<j:Grid>
+				<j:ScrollableGrid>
 					<j:GridCell desktopNumerator="1" desktopDenominator="1"
 								tabletNumerator="1" tabletDenominator="1"
 								phoneNumerator="1" phoneDenominator="1">
@@ -139,7 +139,7 @@ limitations under the License.
 
 	Nam massa ante, hendrerit quis sodales eu, auctor eu quam. Quisque ullamcorper vitae est non volutpat. Proin porta metus in purus pharetra, vel lobortis massa efficitur. Proin consequat metus sit amet ipsum consectetur, vitae mollis neque imperdiet. Maecenas condimentum, nulla vel placerat interdum, eros neque mollis dui, non cursus orci turpis eget ipsum. Nulla non velit at velit laoreet finibus. Pellentesque non consequat sapien. Cras et porttitor lectus. Aliquam ultricies rhoncus sem [...]
 					</j:GridCell>
-				</j:Grid>
+				</j:ScrollableGrid>
 
 			</j:WizardPage>
 		</j:Wizard>