MG: changed splashform borderstyle

git-svn-id: trunk@434 -
This commit is contained in:
lazarus 2001-11-19 12:14:24 +00:00
parent b18dbc2ed7
commit fb8a41307f

View File

@ -316,7 +316,7 @@ begin
Position:= poScreenCenter;
Width := 240;
Height := 180;
BorderStyle := bsNone;
BorderStyle := bsToolWindow;
FBitmap := TBitmap.Create;
FBitmap.Handle := CreatePixmapIndirect(@SPLASH_IMAGE, ColorToRGB(clBtnFace));
@ -375,6 +375,9 @@ end.
{ =============================================================================
$Log$
Revision 1.6 2001/11/19 12:14:24 lazarus
MG: changed splashform borderstyle
Revision 1.5 2001/10/15 17:41:31 lazarus
MG: fixed splashform showing