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:
kichik 2007-12-19 20:58:46 +00:00
parent d858c7c2f1
commit 91b1cad079

View file

@ -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