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 8fe99f5  fix blog examples
8fe99f5 is described below

commit 8fe99f552fbc13f255e4deb869c402e7dbab1248
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Tue Jun 19 01:46:02 2018 +0200

    fix blog examples
---
 .../src/main/royale/BE0003_Using_Jewel_Slider_Control.mxml              | 2 +-
 .../src/main/royale/BE0004_Adding_an_item_to_a_Jewel_List.mxml          | 2 +-
 .../src/main/royale/BE0005_Creating_a_group_of_Jewel_RadioButtons.mxml  | 2 +-
 ...g_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label.mxml | 2 +-
 ...E0007_Selecting_options_from_a_group_of_jewel_checkbox_controls.mxml | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/examples/blog/BE0003_Using_Jewel_Slider_Control/src/main/royale/BE0003_Using_Jewel_Slider_Control.mxml
 
b/examples/blog/BE0003_Using_Jewel_Slider_Control/src/main/royale/BE0003_Using_Jewel_Slider_Control.mxml
index 2ac86e9..1f0ce3c 100644
--- 
a/examples/blog/BE0003_Using_Jewel_Slider_Control/src/main/royale/BE0003_Using_Jewel_Slider_Control.mxml
+++ 
b/examples/blog/BE0003_Using_Jewel_Slider_Control/src/main/royale/BE0003_Using_Jewel_Slider_Control.mxml
@@ -41,7 +41,7 @@
     <j:initialView>
         <j:View>
             <j:beads>
-                <j:VerticalLayout gap="10"/>
+                <j:VerticalLayout gap="3"/>
             </j:beads>
 
             <j:Slider id="slider_w" width="250" value="250" minimum="100" 
maximum="500"
diff --git 
a/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List/src/main/royale/BE0004_Adding_an_item_to_a_Jewel_List.mxml
 
b/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List/src/main/royale/BE0004_Adding_an_item_to_a_Jewel_List.mxml
index 4111f04..8fe8349 100644
--- 
a/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List/src/main/royale/BE0004_Adding_an_item_to_a_Jewel_List.mxml
+++ 
b/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List/src/main/royale/BE0004_Adding_an_item_to_a_Jewel_List.mxml
@@ -37,7 +37,7 @@
     <j:initialView>
         <j:View>
             <j:beads>
-                <j:VerticalLayout gap="10"/>
+                <j:VerticalLayout gap="3"/>
             </j:beads>
             
             <html:H3 text="Avengers Character List"/>
diff --git 
a/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/src/main/royale/BE0005_Creating_a_group_of_Jewel_RadioButtons.mxml
 
b/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/src/main/royale/BE0005_Creating_a_group_of_Jewel_RadioButtons.mxml
index 265c5e6..94d6fdb 100644
--- 
a/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/src/main/royale/BE0005_Creating_a_group_of_Jewel_RadioButtons.mxml
+++ 
b/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/src/main/royale/BE0005_Creating_a_group_of_Jewel_RadioButtons.mxml
@@ -33,7 +33,7 @@
     <j:initialView>
         <j:View>
             <j:beads>
-                <j:VerticalLayout gap="10"/>
+                <j:VerticalLayout gap="3"/>
             </j:beads>
 
             <html:H2 text="Creating a group of Jewel RadioButtons"/>
diff --git 
a/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/src/main/royale/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label.mxml
 
b/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/src/main/royale/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label.mxml
index e0ee904..09c7b9e 100644
--- 
a/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/src/main/royale/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label.mxml
+++ 
b/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/src/main/royale/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label.mxml
@@ -39,7 +39,7 @@
     <j:initialView>
         <j:View>
             <j:beads>
-                <j:VerticalLayout gap="10"/>
+                <j:VerticalLayout gap="3"/>
             </j:beads>
 
             <j:Label text="Binding the text property of a Jewel TextInput to 
update a text Label"/>
diff --git 
a/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/src/main/royale/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls.mxml
 
b/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/src/main/royale/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls.mxml
index f3aeae7..d42a9a2 100644
--- 
a/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/src/main/royale/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls.mxml
+++ 
b/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/src/main/royale/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls.mxml
@@ -42,7 +42,7 @@
     <j:initialView>
         <j:View>
             <j:beads>
-                <j:VerticalLayout gap="10"/>
+                <j:VerticalLayout gap="3"/>
             </j:beads>
 
             <html:H2 text="Selecting options from a group of Jewel Checkbox 
controls"/>

Reply via email to