Light red is better as default color for negative values

Change-Id: I871c67582f60eb56e9ebda22e1b492ff2e321f6e
This commit is contained in:
Markus Mohrhard 2012-05-18 17:44:33 +02:00
parent e3fea48ac8
commit a24a38695b

View file

@ -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;
}
}