Kaydet (Commit) a24a3869 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

Light red is better as default color for negative values

Change-Id: I871c67582f60eb56e9ebda22e1b492ff2e321f6e
üst e3fea48a
...@@ -740,7 +740,7 @@ ScDataBarInfo* ScDataBarFormat::GetDataBarInfo(const ScAddress& rAddr) const ...@@ -740,7 +740,7 @@ ScDataBarInfo* ScDataBarFormat::GetDataBarInfo(const ScAddress& rAddr) const
else else
{ {
// default negative color is red // default negative color is red
pInfo->maColor = COL_RED; pInfo->maColor = COL_LIGHTRED;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment