Hi,

what's wrong with this layout?

<https://lh4.googleusercontent.com/-bLZzj4QULVM/UeVzCjeoNqI/AAAAAAAAAE8/t10njo2JHmA/s1600/Layout.png>
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to