Hi again, well now I only have this problem with the FlowPanel ( I
can't add any spacing for the child widgets of this panel.)

I solved the same issue with the other panels like this:

.swt-CaptionPanel {
        border-style: solid;
        border-width: 1px;
        background-color: #DCDCDC;

        border-spacing: 2px 2px 2px 2px;
        border-spacing: expression(cellSpacing =  20);
        padding: 2px;
}

.swt-CaptionPanel td{
        padding: 2px;
}

but again... the FlowPanel has choose to ignore me when I use the
"td" .... any advice is welcome =D
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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