Light red is better as default color for negative values
Change-Id: I871c67582f60eb56e9ebda22e1b492ff2e321f6e
This commit is contained in:
parent
e3fea48ac8
commit
a24a38695b
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ ScDataBarInfo* ScDataBarFormat::GetDataBarInfo(const ScAddress& rAddr) const
|
|||
else
|
||||
{
|
||||
// default negative color is red
|
||||
pInfo->maColor = COL_RED;
|
||||
pInfo->maColor = COL_LIGHTRED;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue