GWT HorizontalPanel setSpacing?
Posted
by user37870
on Stack Overflow
See other posts from Stack Overflow
or by user37870
Published on 2010-06-13T01:28:30Z
Indexed on
2010/06/13
1:32 UTC
Read the original article
Hit count: 267
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!!
© Stack Overflow or respective owner