Переглянути джерело

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

Martijn Laan 6 роки тому
батько
коміт
e69b5b5a85
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Examples/CodeClasses.iss

+ 1 - 1
Examples/CodeClasses.iss

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