Hi,
Why I cant extends the width of a DialogBox more than 350px ?
The code:
DialogBox dialogBox = new DialogBox();
dialogBox.setWidth("600px");
Is the same result that:
DialogBox dialogBox = new DialogBox();
dialogBox.setWidth("350px");
But not the same that:
DialogBox dialogBox = new DialogBox();
dialogBox.setWidth("200px");
Thanks for help
--
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.