From 2e210407555b67d98a921f8fe7bc94bafdc74472 Mon Sep 17 00:00:00 2001 From: wp_xyz Date: Wed, 6 Nov 2024 19:09:49 +0100 Subject: [PATCH] Splash form: Fix size of splash image on mac. Issue #41205. --- ide/splash.lfm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ide/splash.lfm b/ide/splash.lfm index 676b2e3ff1..5b5c41a38f 100644 --- a/ide/splash.lfm +++ b/ide/splash.lfm @@ -16,6 +16,8 @@ object SplashForm: TSplashForm Top = 0 Width = 450 Align = alClient + Proportional = True + Stretch = True OnPaint = ImagePaint end end