diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2024-01-08 14:51:02 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2024-01-11 14:01:47 +0100 |
commit | cf9d8631ee5d4b894425446a9e6a8c939ab0309c (patch) | |
tree | 9b44c505f587823115bd329b122168ba351bd9a8 /officecfg | |
parent | 54ef7f9ea9e6d0c62076b4fc296ea1feb506b309 (diff) |
Related tdf#73953 Increase default comment width
Now that it can be resized, we can use a bit more space to increase
readability for longer comments, and to match other software.
Change-Id: Ia994d7288986a5cb206070b5066c42b59a9980e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161788
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index ead842b58e91..22f1481286b9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -4916,7 +4916,7 @@ <info> <desc>Defines the width of the comment bar in Writer. Factor between 1 and 8.</desc> </info> - <value>1.8</value> + <value>3.0</value> <constraints> <minInclusive oor:value="1"/> <maxInclusive oor:value="8"/> |