2
0
Эх сурвалжийг харах

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

Martijn Laan 6 жил өмнө
parent
commit
e69b5b5a85

+ 1 - 1
Examples/CodeClasses.iss

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