diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-04-25 13:55:22 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-04-26 12:06:27 +0200 |
commit | 0aaa964224be38323e4f9e456655da2a8b4c2b66 (patch) | |
tree | f3b7161008bdb4fd0f3eb639e9957ecd71fdbc22 | |
parent | 8f5141cea04430592cc4d47acac2cbf6b508d3ef (diff) |
tdf#148751 Enable Text toolbar by default in Draw
The "Text" toolbar is not visible in the View - Toolbars menu, however it is accessible via Tools - Customize - Toolbars.
As per user request in the bug report, I am setting this toolbar as visible in the default configuration.
Change-Id: I1d2249925f24158758bd9f439634191d67ad38e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133395
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu index 8f820ad0ac88..60f79a056a9a 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu @@ -626,7 +626,7 @@ <value>false</value> </prop> <prop oor:name="HideFromToolbarMenu" oor:type="xs:boolean"> - <value>true</value> + <value>false</value> </prop> </node> <node oor:name="private:resource/toolbar/textobjectbar" oor:op="replace"> |