This is an automated email from the ASF dual-hosted git repository.
piotrz 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 1419d75 Fix issue where DataGrid column width were not in sync with
header width. Other parts DataGrid like DataGridButtonBar is using also
FlexLayout.
1419d75 is described below
commit 1419d75da20fc8bdbb28370e305637768b24fb32
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Sat Jan 6 14:45:18 2018 +0100
Fix issue where DataGrid column width were not in sync with header width.
Other parts DataGrid like DataGridButtonBar is using also FlexLayout.
---
frameworks/projects/Basic/src/main/resources/defaults.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frameworks/projects/Basic/src/main/resources/defaults.css
b/frameworks/projects/Basic/src/main/resources/defaults.css
index 1bd2af6..85b6806 100644
--- a/frameworks/projects/Basic/src/main/resources/defaults.css
+++ b/frameworks/projects/Basic/src/main/resources/defaults.css
@@ -193,7 +193,7 @@ DataGridColumnList {
IBeadModel:
ClassReference("org.apache.royale.html.beads.models.DataGridModel");
IBeadView: ClassReference("org.apache.royale.html.beads.ListView");
IBeadController:
ClassReference("org.apache.royale.html.beads.controllers.ListSingleSelectionMouseController");
- IBeadLayout:
ClassReference("org.apache.royale.html.beads.layouts.VerticalLayout");
+ IBeadLayout:
ClassReference("org.apache.royale.html.beads.layouts.VerticalFlexLayout");
IDataProviderItemRendererMapper:
ClassReference("org.apache.royale.html.beads.DataItemRendererFactoryForArrayList");
IItemRendererClassFactory:
ClassReference("org.apache.royale.core.ItemRendererClassFactory");
IItemRenderer:
ClassReference("org.apache.royale.html.supportClasses.StringItemRenderer");
@@ -205,7 +205,7 @@ DataGridColumnList {
.opt_org-apache.royale-html-DataGrid_ListArea {
background-color: #FFFFFF;
- IBeadLayout:
ClassReference("org.apache.royale.html.beads.layouts.HorizontalLayout");
+ IBeadLayout:
ClassReference("org.apache.royale.html.beads.layouts.HorizontalFlexLayout");
IViewport:
ClassReference("org.apache.royale.html.supportClasses.ScrollingViewport");
IViewportModel:
ClassReference("org.apache.royale.html.beads.models.ViewportModel");
}
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].