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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to