Hello, I simplified the layout as follows, but the fluid DecoratorPanel still gets damaged when resizing the window.
I hope someone can help, because I am crazy about using UIBinder now... :-) Magnus ----- <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" xmlns:g="urn:import:com.google.gwt.user.client.ui"> <ui:style> </ui:style> <g:LayoutPanel> <g:layer left="5px" top="5px" bottom="5px" right="100px"> <g:HorizontalPanel> <g:DecoratorPanel> <g:VerticalPanel> <g:HTML wordWrap="true">Beteiligung</g:HTML> </g:VerticalPanel> </g:DecoratorPanel> <g:DecoratorPanel> <g:VerticalPanel> <g:HTML wordWrap="true">Status</g:HTML> </g:VerticalPanel> </g:DecoratorPanel> <g:Cell width="100%"> <g:DecoratorPanel width="100%"> <g:VerticalPanel> <g:HTML wordWrap="true">Turnier</g:HTML> </g:VerticalPanel> </g:DecoratorPanel> </g:Cell> </g:HorizontalPanel> </g:layer> </g:LayoutPanel> </ui:UiBinder> -- 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/-/bBPD1YFdtMYJ. 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.
