diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs | 4 |
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> |