summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2024-01-04 14:23:21 +0100
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2024-01-11 09:03:38 +0100
commitac2720dcbe4e51e7f6733a385b5f7b571c6431e9 (patch)
tree496b451774634c8f12704c1e8d1d404c438b87ac /officecfg/registry/schema
parente004c9dd2cc0da7f27503d14bfc13975889eea77 (diff)
tdf#73953 sw: Allow resizing the comment section
Change-Id: If2920b31a82b3f3d42038e75f3637be9802711fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161616 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs11
1 files changed, 11 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index c3908721cbc3..ead842b58e91 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -4911,6 +4911,17 @@
</info>
<value>false</value>
</prop>
+ <prop oor:name="DisplayWidthFactor" oor:type="xs:double" oor:nillable="false">
+ <!-- UIHints: Can be changed by scaling the comment section width -->
+ <info>
+ <desc>Defines the width of the comment bar in Writer. Factor between 1 and 8.</desc>
+ </info>
+ <value>1.8</value>
+ <constraints>
+ <minInclusive oor:value="1"/>
+ <maxInclusive oor:value="8"/>
+ </constraints>
+ </prop>
</group>
<group oor:name="WordCount">
<info>