Browse Source

Mini tweak.

Martijn Laan 11 years ago
parent
commit
324258a996
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Examples/CodeClasses.iss

+ 1 - 0
Examples/CodeClasses.iss

@@ -362,6 +362,7 @@ begin
   BackgroundBitmapText.Left := BackgroundBitmapImage.Left;
   BackgroundBitmapText.Left := BackgroundBitmapImage.Left;
   BackgroundBitmapText.Top := BackgroundBitmapImage.Top + BackgroundBitmapImage.Height + ScaleY(8);
   BackgroundBitmapText.Top := BackgroundBitmapImage.Top + BackgroundBitmapImage.Height + ScaleY(8);
   BackgroundBitmapText.Caption := 'TBitmapImage';
   BackgroundBitmapText.Caption := 'TBitmapImage';
+  BackgroundBitmapText.Font.Color := clWhite;
   BackgroundBitmapText.Parent := MainForm;
   BackgroundBitmapText.Parent := MainForm;
 
 
   { Custom beveled label }
   { Custom beveled label }