First

pnl.setWidth("100%");

and instead of lbl_Tournament.setWidth("200px") I think you should do 
pnl.setCellWidth(btn_Select, "50px"); btn_Select.setWidth("100%");

This should limit the cell that contains the button to fixed 50px width and 
as you have not specified any width for the label cell and the label itself 
it should take the remaining space.

-- J.

-- 
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/-/F0Y28tLuAcYJ.
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