diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-08-26 17:15:18 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-08-27 10:54:15 +0200 |
commit | 67879304f61252838a6b2e2549d7205b445776f8 (patch) | |
tree | ae1465a17231c2c90a223f9205e14dddb5e8854f /officecfg | |
parent | 659d8d14037706f52ac2106113aedc27334c7e1f (diff) |
Resolves tdf#142115 - Make color of NotesPane customizable
* Color follows not Writer's section color and General's
object boundary color for the separator line
* Section color adjusted to Gray 1 for Dark scheme
Change-Id: I5748c1ac3c0a4997edfffac786e3d247641fc637
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121122
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI.xcu b/officecfg/registry/data/org/openoffice/Office/UI.xcu index efef51754037..4e0e4c030b2c 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI.xcu @@ -535,7 +535,7 @@ <value>true</value> </prop> <prop oor:name="Color"> - <value>1842204</value> + <value>6710886</value> </prop> </node> <node oor:name="WriterHeaderFooterMark"> |