[Libreoffice-commits] core.git: officecfg/registry

A_GAN (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 27 17:21:03 UTC 2020


 officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f2db813374b8d65e1edec1387fa0c534b40885e1
Author:     A_GAN <ganzouri97 at gmail.com>
AuthorDate: Thu Feb 27 00:52:07 2020 +0200
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Thu Feb 27 18:20:31 2020 +0100

    tdf#92484 UI: lock toolbar by default
    
    Change-Id: I29f283fcc3a55e535c01efe36e19db74244cef02
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89603
    Tested-by: Jenkins
    Tested-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs
index 940bae73a5e2..75f332feb0f4 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs
@@ -30,7 +30,7 @@
         <info>
           <desc>A locked user interface element cannot be moved or undocked by the user. This property is only active when the user interface element is in a docked state.</desc>
         </info>
-        <value>false</value>
+        <value>true</value>
       </prop>
       <prop oor:name="Docked" oor:type="xs:boolean" oor:nillable="false">
         <info>


More information about the Libreoffice-commits mailing list