diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-11-22 13:31:44 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-11-22 15:04:59 +0100 |
commit | 899e8f813c559384ba11eb1d4ceafaf29b5e73a9 (patch) | |
tree | 80f9dc01ead69f8428264007c5c07a4bce8f24e2 /officecfg | |
parent | c19b6a80da0ba15a53a599732c45faf0bd5a7f3f (diff) |
Resolves tdf#145684 - Sort sidebar decks in a more natural way
Effects and Shadow went down, Line and Graphic aka Image up
Change-Id: Ifb921e8b84d6fd18926c3249891c76c61ee6626f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125661
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index c47b1c739d5a..74efa3a4e751 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -639,7 +639,7 @@ <value>private:resource/toolpanel/SvxPanelFactory/EffectPropertyPanel</value> </prop> <prop oor:name="OrderIndex" oor:type="xs:int"> - <value>300</value> + <value>350</value> </prop> <prop oor:name="WantsAWT" oor:type="xs:boolean"> <value>false</value> @@ -676,7 +676,7 @@ <value>private:resource/toolpanel/SvxPanelFactory/ShadowPropertyPanel</value> </prop> <prop oor:name="OrderIndex" oor:type="xs:int"> - <value>300</value> + <value>360</value> </prop> <prop oor:name="WantsAWT" oor:type="xs:boolean"> <value>false</value> @@ -718,7 +718,7 @@ <value>private:resource/toolpanel/SvxPanelFactory/LinePropertyPanel</value> </prop> <prop oor:name="OrderIndex" oor:type="xs:int"> - <value>400</value> + <value>320</value> </prop> <prop oor:name="WantsAWT" oor:type="xs:boolean"> <value>false</value> @@ -856,7 +856,7 @@ <value>private:resource/toolpanel/SvxPanelFactory/GraphicPropertyPanel</value> </prop> <prop oor:name="OrderIndex" oor:type="xs:int"> - <value>300</value> + <value>250</value> </prop> <prop oor:name="WantsAWT" oor:type="xs:boolean"> <value>false</value> |