wsd: configure listboxes to limit the drop-down height

This is done to avoid bleeding the listbox/combobox
drop-down ouside the dialog in LOK, alas it doesn't
seem to work. A workaround is implemented in Core
to limit said height, but we should revert that
and use the config only.

Change-Id: I3f14092a8deb1a75bb780b716d778d5c2e9bdbce
distro/collabora/collabora-online-4-0-4
Ashod Nakashian 2018-11-23 00:05:29 -05:00 committed by Jan Holesovsky
parent c20487ce7e
commit ce3a22984e
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
<!-- tdf#106488 - reverse hostname lookup can go badly wrong -->
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="UseLocking" oor:op="fuse"><value>false</value></prop></item>
<!-- Dialogs have limited real estate, limit drop-down height -->
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="ListBoxMaximumLineCount" oor:op="fuse"><value>11</value></prop></item>
<!-- Enable spell-checking by default -->
<item oor:path="/org.openoffice.Office.Linguistic/SpellChecking"><prop oor:name="IsSpellAuto" oor:op="fuse"><value>true</value></prop></item>