Martijn Laan 5 years ago
parent
commit
841f862a08
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Examples/CodeAutomation.iss

+ 1 - 0
Examples/CodeAutomation.iss

@@ -300,6 +300,7 @@ begin
   Top := WizardForm.WelcomeLabel2.Top + WizardForm.WelcomeLabel2.Height - 4*TopInc;
 
   CreateButton(Left, Top, '&SQLDMO...', @SQLDMOButtonOnClick);
+  Top := Top + TopInc;
   CreateButton(Left + LeftInc, Top, '&Firewall...', @FirewallButtonOnClick);
   Top := Top + TopInc;
   CreateButton(Left, Top, '&IIS...', @IISButtonOnClick);