GWT HorizontalPanel setSpacing?
- by user37870
Is there a way to setPadding on GWT 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,bottom.
-Thanks in advance!!