lazarus/ide/splash.lfm
wp_xyz 9ae5f9eba5 AboutBox/SplashScreen: Fix blurring on mac Retina displays, part 2 (issue #41205) (4f007f3d82)
Splash form: Fix size of splash image on mac. Issue #41205. 2e21040755
(Applied manually due to conflict)
2024-11-06 23:09:28 +01:00

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