clCaptionText is white in linux/gtk (text color selected items?), so hard to read, change to window text

git-svn-id: trunk@6230 -
This commit is contained in:
micha 2004-11-11 15:54:13 +00:00
parent 8d67244ac0
commit 5632bc02aa

View File

@ -514,7 +514,7 @@ begin
FValueFont:=TFont.Create; FValueFont:=TFont.Create;
FValueFont.Color:=clMaroon; FValueFont.Color:=clMaroon;
FDefaultValueFont:=TFont.Create; FDefaultValueFont:=TFont.Create;
FDefaultValueFont.Color:=clCaptionText; FDefaultValueFont.Color:=clWindowText;
SetInitialBounds(0,0,200,130); SetInitialBounds(0,0,200,130);
ControlStyle:=ControlStyle+[csAcceptsControls,csOpaque]; ControlStyle:=ControlStyle+[csAcceptsControls,csOpaque];