Add 150% version of the built-in WizardImage. Also made both versions 8 bit without color loss.
This commit is contained in:
parent
037a0dd430
commit
05a9432820
@ -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.
Loading…
x
Reference in New Issue
Block a user