Add 150% version of the built-in WizardImage. Also made both versions 8 bit without color loss.

This commit is contained in:
Martijn Laan 2021-05-03 15:22:09 +02:00
parent 037a0dd430
commit 05a9432820
No known key found for this signature in database
GPG Key ID: 9F8C8C5DDA579626
2 changed files with 1 additions and 1 deletions

View File

@ -8723,7 +8723,7 @@ begin
if WizardImageFile <> '' then
WizardImages := CreateMemoryStreamsFromFiles('WizardImageFile', WizardImageFile)
else
WizardImages := CreateMemoryStreamsFromResources(['WizardImage'], ['']);
WizardImages := CreateMemoryStreamsFromResources(['WizardImage'], ['100', '150']);
LineNumber := SetupDirectiveLines[ssWizardSmallImageFile];
AddStatus(Format(SCompilerStatusReadingFile, ['WizardSmallImageFile']));
if WizardSmallImageFile <> '' then

Binary file not shown.