On Friday, September 21, 2012 2:10:42 PM UTC+2, Magnus wrote:
>
> Hello,
>
> I simplified the layout as follows, but the fluid DecoratorPanel still 
> gets damaged when resizing the window.
>

DecoratorPanel uses a 9×9 table, and it looks like the first and last 
columns are resizing.
Try the following:
<ui:style>
@external .gwt-*;

.gwt-DecoratorPanel {
        table-layout: fixed;
}
 

> I hope someone can help, because I am crazy about using UIBinder now... :-)
>

It's nothing to do with UiBinder. Write the same layout in Java, you'll 
have the same issues.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/J8jGRl_2PoYJ.
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