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 e02d275  tabbaticonrenderer: fix horizontal aligment
e02d275 is described below

commit e02d2759ce703b775f71e8cd32dcbcfbf4fdfbe3
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Wed Mar 25 14:59:13 2020 +0100

    tabbaticonrenderer: fix horizontal aligment
---
 .../src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml
 
b/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml
index 6e727e5..f31faaf 100644
--- 
a/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml
+++ 
b/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml
@@ -39,7 +39,7 @@ limitations under the License.
         <js:ItemRendererDataBinding />
     </j:beads>
 
-    <j:VGroup itemsVerticalAlign="itemsCenter">
+    <j:VGroup itemsHorizontalAlign="itemsCenter">
         <js:FontIcon text="{tabButton ? tabButton.icon : ''}" material="true" 
                     visible="{tabButton ? tabButton.icon != null : false}"/>
         <html:Span text="{tabButton ? tabButton.label : ''}"/>

Reply via email to