mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 00:29:25 +01:00
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:
parent
8d67244ac0
commit
5632bc02aa
@ -514,7 +514,7 @@ begin
|
||||
FValueFont:=TFont.Create;
|
||||
FValueFont.Color:=clMaroon;
|
||||
FDefaultValueFont:=TFont.Create;
|
||||
FDefaultValueFont.Color:=clCaptionText;
|
||||
FDefaultValueFont.Color:=clWindowText;
|
||||
|
||||
SetInitialBounds(0,0,200,130);
|
||||
ControlStyle:=ControlStyle+[csAcceptsControls,csOpaque];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user