summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-04 16:47:15 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-04 16:47:15 +0200
commit1db98a1775c3f4caba4ba7a52180eb48eac6d5fc (patch)
treead44a14f1eec0fc68b4bd45e225ec71d6cb482e9 /src/corelib
parent0b86c860b45f3adfafef0cf72330392320ffdfdc (diff)
downloadfpGUI-1db98a1775c3f4caba4ba7a52180eb48eac6d5fc.tar.xz
Splitter grabbar color is now a system color.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/fpg_main.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/fpg_main.pas b/src/corelib/fpg_main.pas
index 2fe5f200..cdec3a9b 100644
--- a/src/corelib/fpg_main.pas
+++ b/src/corelib/fpg_main.pas
@@ -1906,6 +1906,7 @@ begin
fpgSetNamedColor(clGridSelectionText, $FFFFFF); // same as clSelectionText
fpgSetNamedColor(clGridInactiveSel, $D0D0FF); // same as clInactiveSel
fpgSetNamedColor(clGridInactiveSelText, $000000); // same as clInactiveSelText
+ fpgSetNamedColor(clSplitterGrabBar, $839EFE); // pale blue
// Global Font Objects