summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2021-06-07 10:33:28 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2021-06-08 10:27:48 +0200
commit8fee41f75c5da6c6e7df34a9b4f73ddf59944446 (patch)
tree4dfa03b3507f9714c1a435a503867f823ecfcfcd /officecfg
parent5895be734d1872c9c014aca5fe77813dd78cfd14 (diff)
Improvement of variable description
Making it more clear that MinimumWidth is a boolean value Change-Id: Ifcf08dcc42001ca6fd81ae8649e9726746bccdb2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116776 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs4
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs
index e4aad7f551d2..53ad678e3574 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs
@@ -252,8 +252,8 @@
</prop>
<prop oor:name="MinimumWidth" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>Minimum width the sidebar can have. If true, the minumum width
- is calculated from the largest deck.</desc>
+ <desc>Enables the calculation of the sidebar's minimum width based on the size of all decks.
+ If false, the user has full control over the sidebar width.</desc>
</info>
<value>true</value>
</prop>