Friday, December 31, 2010

First column in CellBrowser - width not working

I can't get the width of the first column in my CellBrowser to work properly. The first column displays too narrowly, All other columns work fine. I use the following code:

        browser = new CellBrowser(model, null);
        browser.setMinimumColumnWidth(440);
        browser.setDefaultColumnWidth(440);


I have checked the generated HTML and the first column is generated with a width of 200px. The other columns are generated with a width of 440, as per the values defined in GWT.

Any idea what's up with this?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment