diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2022-12-12 17:16:16 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-01-31 10:29:26 +0000 |
commit | 41a911fa54d3814d81d4ed603babf375c405900f (patch) | |
tree | 52c5d8f88b7521718a479d410cb23062e5bbf57e /officecfg | |
parent | f4804a8fb60cc999c9b08bf451732749b44eb355 (diff) |
Resolves tdf#137269 - Disable ToC preview by default
Dialog is too large with the preview for small screens
Setting is stored so users who enable it will have the preview next time
Change-Id: Iecf63fe10ce35d2132fc3578cd2c239a6b214e40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144003
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
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 9451792366fe..99c3e8e0f606 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -5881,7 +5881,7 @@ <desc>Specifies whether a preview of the index is displayed in the Insert Index dialog .</desc> <label>Show Preview</label> </info> - <value>true</value> + <value>false</value> </prop> </group> <group oor:name="FormLetter"> |