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/04/08 14:34:06 UTC

[royale-asjs] branch develop updated: tour-de-jewel: add some padding to welcome section to make it look better

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 2778b56  tour-de-jewel: add some padding to welcome section to make it look better
2778b56 is described below

commit 2778b568d2fe3b8b82bcb3fa807c25b6110dd30f
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Apr 8 16:34:00 2020 +0200

    tour-de-jewel: add some padding to welcome section to make it look better
---
 examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml b/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
index 4303427..83f3db4 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
@@ -65,6 +65,7 @@ limitations under the License.
     <j:Group>
         <j:beads>
             <j:VerticalCenteredLayout gap="9"/>
+            <j:Paddings padding="50"/>
         </j:beads>
 
         <j:Image src="assets/apache-royale-logo.svg" height="300"/>