mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 19:19:31 +01:00
MG: changed splashform borderstyle
git-svn-id: trunk@434 -
This commit is contained in:
parent
b18dbc2ed7
commit
fb8a41307f
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user