summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2021-04-25 00:26:38 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2021-05-15 08:15:53 +0200
commit7beb507edbf94627c639483175be730f38f90dcd (patch)
tree115104e08d206986289459d361165e4449b66a20 /officecfg
parentcb63fad5a1967d20d067cd4ee2c8ddc7ba8ff1ea (diff)
tdf#130654 editable smeditwindow zoom
Setting only accessible from advanced configuration. Access: org.openoffice.Office.Math.smeditwindowzoom Note that the change won't take immediate effect. LibreOffice has to be restarted to the change to take effect. Math configuration entries are not synced correctly. More detailed explanation can be fond in tdf#132145. Change-Id: I0017ddda73ab2916c6ad1fa238265d57a2a3020e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114616 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Math.xcs18
1 files changed, 18 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
index ec19a94ec591..c94616300276 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
@@ -309,6 +309,24 @@
</info>
<value>true</value>
</prop>
+ <prop oor:name="SmEditWindowZoomFactor" oor:type="xs:short" oor:nillable="false">
+ <info>
+ <desc>Specifies the zoom factor for SmEditWindow. [UNIT=%]</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="10">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="1000">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
<prop oor:name="DefaultSmSyntaxVersion" oor:type="xs:short" oor:nillable="false">
<info>
<desc>Specifies which SmParser to use</desc>