UIBinder layout problem
Hi,
what's wrong with this layout?
There should be no vertical gap between the label "List" and the ListBox.
In addition, the buttons in the HorizontalPanel at the bottom should not be spread, but aligned at the right (or left).
What's wrong here?
Thanks
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:DockLayoutPanel unit="PX" width="100%" height="100%">
<g:south size="25">
<g:HorizontalPanel width="100%" height="100%"/>
</g:south>
<g:west size="100">
<g:VerticalPanel height="100%" width="100%">
<g:Label text="List"/>
<g:ListBox visibleItemCount="5" width="100%" height="100%"/>
</g:VerticalPanel>
</g:west>
</g:DockLayoutPanel>
</ui:UiBinder>
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/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home