Splash form: Fix size of splash image on mac. Issue #41205.

This commit is contained in:
wp_xyz 2024-11-06 19:09:49 +01:00
parent 2825d4f579
commit 2e21040755

View File

@ -16,6 +16,8 @@ object SplashForm: TSplashForm
Top = 0
Width = 450
Align = alClient
Proportional = True
Stretch = True
OnPaint = ImagePaint
end
end