View Single Post
  #6  
Old 19-11-2011, 13:00
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by phill05 View Post
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 )