You've already forked lazarus-ccr
jvcllaz: Improved package descriptions. Minor fixes in XPBar demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5399 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1438,14 +1438,14 @@ begin
|
||||
|
||||
FFont := TFont.Create;
|
||||
FFont.Color := $00840000;
|
||||
FFont.Size := 8;
|
||||
FFont.Size := 0; //8;
|
||||
FFont.OnChange := @FontChange;
|
||||
FHeaderHeight := 28;
|
||||
FHeaderRounded := True;
|
||||
FGradientWidth := 0;
|
||||
FHeaderFont := TFont.Create;
|
||||
FHeaderFont.Color := $00840000;
|
||||
FHeaderFont.Size := 8;
|
||||
FHeaderFont.Size := 0; //8;
|
||||
FHeaderFont.Style := [fsBold];
|
||||
FHeaderFont.OnChange := @FontChange;
|
||||
|
||||
|
Reference in New Issue
Block a user