Change WizardForm.TasksList offset
Posted
by
Paja
on Stack Overflow
See other posts from Stack Overflow
or by Paja
Published on 2010-12-25T14:48:11Z
Indexed on
2010/12/25
14:54 UTC
Read the original article
Hit count: 242
When I change WizardForm.TasksList.Offset
to 20, the result looks like this:
When I change it to 120, it looks like this:
The problem is, I need it 120, but I don't want any space between the checkbox and it's label. You can see that with offset 120 it looks just awful, because of that space. I want the space to appear only at the left side, not in the middle. Is there any way to accomplish that?
© Stack Overflow or respective owner