This is an automated email from the ASF dual-hosted git repository.

yishayw 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 4b34998  Remove code that's not necessary if a flex layout
     new 6884968  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
4b34998 is described below

commit 4b34998f81fd67012b758fa240f5db05af309248
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Thu Jun 7 11:59:27 2018 +0300

    Remove code that's not necessary if a flex layout
---
 examples/royale/RoyaleStore/src/main/royale/ProductsView.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/RoyaleStore/src/main/royale/ProductsView.mxml 
b/examples/royale/RoyaleStore/src/main/royale/ProductsView.mxml
index f0bb264..8301973 100755
--- a/examples/royale/RoyaleStore/src/main/royale/ProductsView.mxml
+++ b/examples/royale/RoyaleStore/src/main/royale/ProductsView.mxml
@@ -80,7 +80,7 @@ limitations under the License.
         <productsView:Grip id="filterGrip" 
gripIcon="assets/icon_magnifier.png" 
             gripTip="Show filter panel" click="currentState = 'showFilter'"/>
     
-        <productsView:ProductFilterPanel x="{filterGrip.width}" y="0" 
id="filterPanel" width="265" height="100%"
+        <productsView:ProductFilterPanel y="0" id="filterPanel" width="265" 
height="100%"
             filter="catalogPanel.filter(event.filter, event.live)"
             
compare="catalogPanel.compare(filterPanel.productList.getProducts())"
             initComplete="if (catalog) filterPanel.filter.count = 
catalog.length"/>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to