You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/12/16 09:47:01 UTC

[royale-asjs] branch develop updated: Revert to fixed height until we figure out dg measurment where dp is empty

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 6d0cb9c  Revert to fixed height until we figure out dg measurment where dp is empty
     new 6f7c2c7  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
6d0cb9c is described below

commit 6d0cb9cedd954775cc1958c3376d240590a31457
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Wed Dec 16 09:46:11 2020 +0000

    Revert to fixed height until we figure out dg measurment where dp is empty
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index 46c168b..9a16916 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -242,6 +242,8 @@ DataGrid
 	
 	background-color: #FFFFFF;
 	border: 1px solid #222222;
+	width: 200px;
+	height: 200px;
 }
 
 DataGridColumnList {