Hi All,
I am new to NSIS and I have a question that maybe some of you already know.
Is there a way to adjust the button width of 'I Agree' that is located on the bottom of License Page?
The text fits fine on English, but on Turkish systems the text dont fit.
Your help is appreciated. Thanks.
I am currently using NSIS v.246.5 Unicode
How to adjust "I Agree" button width in License Page
3 posts
How about switching to using a check box or radio buttons instead? The I Agree button is the same as the Next button, so you can't just resize one of them.
Stu
Stu
SWitching to checkbox worked. Thanks for the suggestion.