From 91b1cad07957e103a7bac15a50a1b8b4ff096905 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 19 Dec 2007 20:58:46 +0000 Subject: [PATCH] proper radio buttons location git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5403 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index e5f4731e..2669139b 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -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