proper radio buttons location
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5403 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d858c7c2f1
commit
91b1cad079
1 changed files with 2 additions and 2 deletions
|
@ -965,11 +965,11 @@ Function PageReinstall
|
|||
${NSD_CreateLabel} 0 0 100% 24u $R1
|
||||
Pop $R1
|
||||
|
||||
${NSD_CreateRadioButton} 0 0 100% 24u $R2
|
||||
${NSD_CreateRadioButton} 30u 50u -30u 8u $R2
|
||||
Pop $R2
|
||||
${NSD_OnClick} $R2 PageReinstallUpdateSelection
|
||||
|
||||
${NSD_CreateRadioButton} 0 0 100% 24u $R3
|
||||
${NSD_CreateRadioButton} 30u 70u -30u 8u $R3
|
||||
Pop $R3
|
||||
${NSD_OnClick} $R3 PageReinstallUpdateSelection
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue