Hi Carlos, I'm following your changes, but could you later on summarize what you did actually ? What was your changes in Form, including yesterdays commits.
Thanks, Piotr pon., 25 lut 2019 o 17:07 <[email protected]> napisaĆ(a): > 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 612eb6d labelGroup style in FormItemView > 612eb6d is described below > > commit 612eb6d7d30bf297413702003a261dc8c9443d89 > Author: Carlos Rovira <[email protected]> > AuthorDate: Mon Feb 25 17:07:18 2019 +0100 > > labelGroup style in FormItemView > --- > .../src/main/royale/org/apache/royale/jewel/beads/views/FormItemView.as > | 1 + > 1 file changed, 1 insertion(+) > > diff --git > a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/FormItemView.as > b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/FormItemView.as > index e9b4b4f..d85ea6f 100644 > --- > a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/FormItemView.as > +++ > b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/FormItemView.as > @@ -173,6 +173,7 @@ package org.apache.royale.jewel.beads.views > labelGroup = new HGroup(); > labelGroup.gap = 2; > labelGroup.itemsHorizontalAlign = > "itemsCentered"; > + labelGroup.className = "labelGroup"; > } > if (labelGroup != null && labelGroup.parent == > null) { > (_strand as > IContainerBaseStrandChildrenHost).$addElement(labelGroup); > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*
