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 8a2c232  tour-de-jewel: order themes in dropdown
8a2c232 is described below

commit 8a2c232847d7f3c27958a218481a212f9644df65
Author: Carlos Rovira <[email protected]>
AuthorDate: Sat Jan 4 21:17:52 2020 +0100

    tour-de-jewel: order themes in dropdown
---
 examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml 
b/examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml
index 962430c..668d3fc 100644
--- a/examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml
@@ -66,9 +66,9 @@ limitations under the License.
 
         <j:VGroup gap="3" itemsHorizontalAlign="itemsCentered">
             <j:Label text="Choose your Jewel Theme:"/>
-            <j:DropDownList change="changeCSS(event)" selectedIndex="1">
+            <j:DropDownList change="changeCSS(event)" selectedIndex="3">
                 <j:dataProvider>
-                    <js:ArrayList source="[Amethyst, Blue, Emerald, Green, 
Orange, Red, Sapphire, Sunflower, Topaz, Turquoise, Violet, Yellow]" />
+                    <js:ArrayList source="[Emerald, Green, Turquoise, Blue, 
Sapphire, Violet, Amethyst, Red, Topaz, Orange, Sunflower, Yellow]"/>
                 </j:dataProvider>
                 <j:beads>
                     <j:RequireSelection requireSelection="true"/>

Reply via email to