diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-06-24 05:10:57 +0400 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-08-06 12:52:36 +0200 |
commit | 390c8cafcd9a704031bf85a356bf6daa02c7ef34 (patch) | |
tree | a31f0ce02d014bed6cba7c806a2cd2488de3c0ce /officecfg | |
parent | eda5376eade8b45f3253317882a6c0beeaeb504f (diff) |
Move chart formatting toolbar to first row and enable icons
Change-Id: Id8d726599f6bd647ac41612df869e95faea75d2d
Reviewed-on: https://gerrit.libreoffice.org/16440
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
(cherry picked from commit e8938f2ddb5efa8a34d05995cd55cf337c7aaeff)
Reviewed-on: https://gerrit.libreoffice.org/16528
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Reviewed-by: Philippe Jung <phil.jung@free.fr>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu | 18 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/ChartWindowState.xcu | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu index 4f036b2c56f4..3f9b85e426ac 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu @@ -8,6 +8,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Titles...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:InsertMenuLegend" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -76,6 +79,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Chart ~Wall...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:DiagramFloor" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -86,6 +92,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Chart ~Area...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:DiagramType" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -182,16 +191,25 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~X Axis...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:DiagramAxisY" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Y Axis...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:DiagramAxisZ" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Z Axis...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:DiagramAxisA" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ChartWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ChartWindowState.xcu index 982f6a4fb9dc..b84d0b13cc82 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/ChartWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/ChartWindowState.xcu @@ -45,7 +45,7 @@ <value>0</value> </prop> <prop oor:name="DockPos" oor:type="xs:string"> - <value>0,1</value> + <value>1,0</value> </prop> <prop oor:name="UIName" oor:type="xs:string"> <value xml:lang="en-US">Formatting</value> |