IDE: make lazarus splash fsSplash, not fsStayOnTop.

git-svn-id: trunk@26225 -
This commit is contained in:
zeljko 2010-06-21 09:58:42 +00:00
parent 202d086cc0
commit e0cba9ec28

View File

@ -10,7 +10,7 @@ object SplashForm: TSplashForm
Caption = 'Lazarus'
ClientHeight = 341
ClientWidth = 429
FormStyle = fsStayOnTop
FormStyle = fsSplash
Position = poScreenCenter
LCLVersion = '0.9.29'
object Image: TImage