Hi Isomorphic,
is it possible for this "com.smartgwt.client.widgets.Button;" sets a constant position of the icon, e.g. 20px far away from begin.
(Something like: setAlign("left") and moved 20px to the right).
12.0 version.
I read a docs and tried with commands "setAlign("left")" and "setIconSpacing(int)", but that's not what I exactly wants because I have more buttons in the same row, but other buttons are not changing text and icon position so I don't have this problem with them.
All buttons should looks similar (with same style).
Best regards
Pavo
is it possible for this "com.smartgwt.client.widgets.Button;" sets a constant position of the icon, e.g. 20px far away from begin.
(Something like: setAlign("left") and moved 20px to the right).
12.0 version.
I read a docs and tried with commands "setAlign("left")" and "setIconSpacing(int)", but that's not what I exactly wants because I have more buttons in the same row, but other buttons are not changing text and icon position so I don't have this problem with them.
All buttons should looks similar (with same style).
Best regards
Pavo
Comment