开发者

Change WizardForm.TasksList offset

开发者 https://www.devze.com 2023-02-01 18:02 出处:网络
When I change WizardForm.TasksList.Offset to 20, the result looks like this: http://img534.imageshack.us/img534/5968/taskslist1.png

When I change WizardForm.TasksList.Offset to 20, the result looks like this:

http://img534.imageshack.us/img534/5968/taskslist1.png

When I change it to 120, it looks like this:

http://img683.imageshack.us/img683/7863/taskslist2.png

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?

It actually looks like a bug to me, because offsetting on both sides of the "checkbox square" just doesn't make any sense. Or does it?


Instead of WizardForm.TasksList.Offset, does setting WizardForm.TasksList.Left := 120; work for your needs?
Seems to move the checkbox over but not affect spacing otherwise.


According to Jordan Russell (author of Inno Setup), this is not possible.

0

精彩评论

暂无评论...
验证码 换一张
取 消