Kaydet (Commit) 95a7e952 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

fdo#73263: Change the default color for reference border to non-red.

See the referenced bug report for the reason behind it.

Change-Id: I4284807adaf82ae9581208a13ebd5071d36be5c7
üst 3e6969d8
...@@ -444,7 +444,7 @@ Color ColorConfig::GetDefaultColor(ColorConfigEntry eEntry) ...@@ -444,7 +444,7 @@ Color ColorConfig::GetDefaultColor(ColorConfigEntry eEntry)
COL_GRAY, //CALCPAGEBREAKAUTOMATIC COL_GRAY, //CALCPAGEBREAKAUTOMATIC
COL_LIGHTBLUE, // CALCDETECTIVE COL_LIGHTBLUE, // CALCDETECTIVE
COL_LIGHTRED, // CALCDETECTIVEERROR COL_LIGHTRED, // CALCDETECTIVEERROR
COL_LIGHTRED, // CALCREFERENCE 0xef0fff, // CALCREFERENCE
0xffffc0, // CALCNOTESBACKGROUND 0xffffc0, // CALCNOTESBACKGROUND
0xc0c0c0, // DRAWGRID 0xc0c0c0, // DRAWGRID
COL_GREEN, // BASICIDENTIFIER, COL_GREEN, // BASICIDENTIFIER,
......
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