Martijn Laan пре 11 година
родитељ
комит
324258a996
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Examples/CodeClasses.iss

+ 1 - 0
Examples/CodeClasses.iss

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