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 18f9b77  tour-de-jewel: hide latest datagrid not working for now
18f9b77 is described below

commit 18f9b77d0ddf97873111ebe9fcaecea85a4a3c12
Author: Carlos Rovira <[email protected]>
AuthorDate: Sat Apr 25 12:03:45 2020 +0200

    tour-de-jewel: hide latest datagrid not working for now
---
 examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml 
b/examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
index 7722f75..828856e 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
@@ -456,7 +456,7 @@ limitations under the License.
                        </j:Card>
                </j:GridCell>
                
-               <j:GridCell desktopNumerator="1" desktopDenominator="2" 
tabletNumerator="1" tabletDenominator="2" phoneNumerator="1" 
phoneDenominator="1">
+               <!-- <j:GridCell desktopNumerator="1" desktopDenominator="2" 
tabletNumerator="1" tabletDenominator="2" phoneNumerator="1" 
phoneDenominator="1">
                        <j:Card>
                                <j:CardHeader>
                                        <html:H3 text="No rowHeight" 
className="primary-normal"/>
@@ -475,7 +475,7 @@ limitations under the License.
                                        </j:DataGrid>
                                </j:CardPrimaryContent>
                        </j:Card>
-               </j:GridCell>
+               </j:GridCell> -->
                
                <!-- <j:GridCell desktopNumerator="1" desktopDenominator="2" 
tabletNumerator="1" tabletDenominator="2" phoneNumerator="1" 
phoneDenominator="1">
                        <j:Card>

Reply via email to