I want to set height of all my tab into my DecoratedTabPanel

                        horizontalPanel.add(aziendaDetailsView);
                        horizontalPanel.setCellWidth(aziendaDetailsView, "30%");

                        horizontalPanel.add(aziendaDetailsTab);
                        horizontalPanel.setCellWidth(aziendaDetailsTab, "70%");

I've an horizontalPanel, and I set 2 cells: in one I adding a list of
information, in other I would add a DecoratedTabPanel with same height
of first cell. I tried different way but without success!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to