Most code in SOYC report cannot be attributed

2015-07-04 Thread Erik Kuefler
I have a 4.2MB GWT application using the default linker with no split points that I'm trying to run a SOYC report on. The report tells me that 741k comes from "all other", 28k comes from "jre", 6k comes from "gwtLang", 139k comes from Strings, and the remaining 3.4MB "cannot be attributed to an

Re: Unwanted DataGrid cell padding / indentation

2015-07-04 Thread Thomas Broyer
That style comes from the default DataGrid styling: https://github.com/gwtproject/gwt/blob/2.7.0/user/src/com/google/gwt/user/cellview/client/DataGrid.css Pass a custom ClientBundle and CssResource to the DataGrid constructor to change it. -- You received this message because you are subscribe