Browse Source

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

Martijn Laan 6 năm trước cách đây
mục cha
commit
e69b5b5a85
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();