Browse Source

Stop the BeveledLabel from overlapping with some of the other controls.

Martijn Laan 6 years ago
parent
commit
e69b5b5a85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Examples/CodeClasses.iss

+ 1 - 1
Examples/CodeClasses.iss

@@ -393,7 +393,7 @@ begin
 
 
   { Custom beveled label }
   { Custom beveled label }
 
 
-  WizardForm.BeveledLabel.Caption := ' BeveledLabel ';
+  WizardForm.BeveledLabel.Caption := ' Bevel ';
 end;
 end;
 
 
 procedure InitializeUninstallProgressForm();
 procedure InitializeUninstallProgressForm();