mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 17:20:55 +02:00
Splash form: Fix size of splash image on mac. Issue #41205.
(cherry picked from commit 2e21040755
)
This commit is contained in:
parent
4a4e0d8b79
commit
973af8dbd7
@ -16,6 +16,8 @@ object SplashForm: TSplashForm
|
|||||||
Top = 0
|
Top = 0
|
||||||
Width = 450
|
Width = 450
|
||||||
Align = alClient
|
Align = alClient
|
||||||
|
Proportional = True
|
||||||
|
Stretch = True
|
||||||
OnPaint = ImagePaint
|
OnPaint = ImagePaint
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user