diff --git a/image/installer.exe b/image/installer.exe index d0ab619..22f4103 100644 Binary files a/image/installer.exe and b/image/installer.exe differ diff --git a/source/installer.pb b/source/installer.pb index 9219bd1..02e0aea 100644 --- a/source/installer.pb +++ b/source/installer.pb @@ -112,12 +112,12 @@ S=0.1 X0=W/2-(W*S/2) Y0=H/2-(W*S/2) -; calculations for buttons -ButtonH=H*0.1 +; position calculations for the buttons +GAP=W*0.01 ButtonW=W*0.1 -GAP=ButtonW*0.1 +ButtonH=H*0.1 -BX0=W/4 +BX0=ButtonW*3-GAP*1.5 BX1=BX0 + ButtonW + GAP BX2=BX1 + ButtonW + GAP BX3=BX2 + ButtonW + GAP @@ -141,7 +141,7 @@ BindGadgetEvent(3, @ButtonHandler()) Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow ; IDE Options = PureBasic 5.73 LTS (Windows - x64) -; CursorPosition = 123 -; FirstLine = 96 +; CursorPosition = 125 +; FirstLine = 95 ; Folding = - ; EnableXP \ No newline at end of file