Is there a way to set padding on GWT's HorizontalPanel?
I wanted to just have 20px left padding and then add few buttons.
Currently I can only add setSpacing() and that puts padding on top, left, right and bottom.
|
|
|
You could (and should) use CSS for this, something like:
And if you want every
And then add this style to you PS: AFAIK, not including setPadding was a concious choice on part of the GWT team - they wanted to leave the styling of the application entirely up to CSS. |
|||||
|