diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2024-01-16 13:11:06 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-01-17 08:50:24 +0100 |
commit | bddae0d0dc4f64757100e00432ca40a6470d2c31 (patch) | |
tree | 20bda290c4e51d6e466c1116868b09f28b7ca7fc /officecfg/registry/schema | |
parent | eec344c49f13cc0a0a3ae9e4b98a842ec39ee446 (diff) |
Resolves tdf#158958 and tdf#159124 - Improvements to Comments indicator
* Option to control the indicator size added
* Border color adopts the grid color
* Indicator moved to the very edge of the cell
* Default dynamic size reduced
Change-Id: Ia298edfa30061910344a1afa42b42840b9cdab77
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162175
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index d54b092eca66..de97c822c7c1 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -105,6 +105,14 @@ </info> <value>true</value> </prop> + <prop oor:name="NoteIndicator" oor:type="xs:int" oor:nillable="false"> + <!-- no UI --> + <info> + <desc>If less than 1, the size of comment indicator is calculated dynamically; otherwise this value will be used.</desc> + <label>Comment indicator size</label> + </info> + <value>0</value> + </prop> <prop oor:name="FormulaMark" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display --> <info> |