mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 04:58:02 +02:00

Splash form: Fix size of splash image on mac. Issue #41205. 2e21040755
(Applied manually due to conflict)
24 lines
427 B
Plaintext
24 lines
427 B
Plaintext
object SplashForm: TSplashForm
|
|
Left = 561
|
|
Height = 300
|
|
Top = 370
|
|
Width = 450
|
|
BorderStyle = bsNone
|
|
Caption = 'Lazarus'
|
|
ClientHeight = 300
|
|
ClientWidth = 450
|
|
FormStyle = fsSplash
|
|
Position = poScreenCenter
|
|
LCLVersion = '3.7.0.0'
|
|
object Image: TImage
|
|
Left = 0
|
|
Height = 300
|
|
Top = 0
|
|
Width = 450
|
|
Align = alClient
|
|
OnPaint = ImagePaint
|
|
Proportional = True
|
|
Stretch = True
|
|
end
|
|
end
|