diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-09-27 23:07:42 +0200 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2020-09-30 08:10:26 +0200 |
commit | 40adedac18424d38d94c43a1450ca4d809adb664 (patch) | |
tree | ecd7aa23eddf6eb2f0ecea2061c67ebceb75abcd /officecfg | |
parent | f4f0ea6a41e99e12812a791f732694c8e86acb8c (diff) |
Sidebar visibility and arangement of content panel
Change-Id: I57d6f5e9d89384df919aa9ab5857f18ce4d78837
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103527
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 1db69656b248..7deb82a87d4b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -328,6 +328,9 @@ <prop oor:name="DeckId" oor:type="xs:string"> <value>PropertyDeck</value> </prop> + <prop oor:name="DefaultMenuCommand"> + <value>.uno:EditStyle</value> + </prop> <prop oor:name="ContextList"> <value oor:separator=";"> WriterVariants, Annotation, visible ; @@ -372,7 +375,6 @@ Calc, DrawLine, hidden ; Calc, EditCell, visible ; Calc, Pivot, visible, .uno:CellTextDlg ; - DrawImpress, 3DObject, visible ; DrawImpress, Draw, hidden ; DrawImpress, DrawText, visible ; DrawImpress, DrawLine, hidden ; @@ -1222,7 +1224,7 @@ <value>private:resource/toolpanel/SvxPanelFactory/ListsPropertyPanel</value> </prop> <prop oor:name="OrderIndex" oor:type="xs:int"> - <value>300</value> + <value>120</value> </prop> </node> |