Tuesday, April 15, 2014

Re: DockLayoutPanel as root with fixed width

Hi,

the panel can be centered using a left/right margin with "auto".
Then, the DockLayoutPanel is centered, but then there are unwanted things appearing at the edge, e. g. a logging popup window:

I see that the DockLayoutPanel is located inside the body element, but it is not the body element itself. The body element has a width of the screen (1920px), but a height of 0, even if I set it manually to 100% in chrome inspector:

Why doesn't the body element cover the whole screen?
I would like to avoid adding an intermediate panel to cover the whole screen.
How should this be done?

Thanks
Magnus

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment