Quote:
Originally Posted by phill05
REV0, please tell me, where can I find the info about position of buttons in the Autorun? I want to make bigger space between the labels (if it's possible to do)'cause otherwise some buttons will be covered by next button if I move cursor over the first one...
 /  ->Here is not visible the rest of text.
Is possible to do something with it? Thanks 
|
you were told already to edit the autorun.iss script!
look for section
Code:
const
AWidth= 704;
AHeight= 372;
SND_OPT= $1;
OnMouseOutALabelButtonsFontSize= 17;
OnMouseOverALabelButtonsFontSize= 20;
change the font sizes to smaller values will make them not overlap so much. OR change your desktop display settings see if that makes it any better for you. ( so it doesnt overlay, it reads your display settings and displays images based on that )