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

(cherry picked from commit 2e21040755)
This commit is contained in:
wp_xyz 2024-11-06 19:09:49 +01:00
parent 4a4e0d8b79
commit 973af8dbd7

View File

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