icon-themes/sifr/cmd/sc_imagemapdialog.png |binary icon-themes/sifr_dark/cmd/sc_imagemapdialog.png |binary icon-themes/sifr_svg/cmd/sc_imagemapdialog.svg | 6 ++++++ officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 3 +++ 4 files changed, 9 insertions(+)
New commits: commit ad62ae13ed9b66a8a61b52d45bbb54f4fa657c59 Author: andreas kainz <[email protected]> AuthorDate: Wed Mar 20 22:52:54 2019 +0100 Commit: andreas_kainz <[email protected]> CommitDate: Thu Mar 21 00:21:16 2019 +0100 Sifr icon theme update Change-Id: I61762e501e062e0a0a22d5b5d7665b3aaa3bef57 Reviewed-on: https://gerrit.libreoffice.org/69488 Tested-by: Jenkins Reviewed-by: andreas_kainz <[email protected]> diff --git a/icon-themes/sifr/cmd/sc_imagemapdialog.png b/icon-themes/sifr/cmd/sc_imagemapdialog.png new file mode 100644 index 000000000000..8a9c888d3786 Binary files /dev/null and b/icon-themes/sifr/cmd/sc_imagemapdialog.png differ diff --git a/icon-themes/sifr_dark/cmd/sc_imagemapdialog.png b/icon-themes/sifr_dark/cmd/sc_imagemapdialog.png new file mode 100644 index 000000000000..87cc540b7ec4 Binary files /dev/null and b/icon-themes/sifr_dark/cmd/sc_imagemapdialog.png differ diff --git a/icon-themes/sifr_svg/cmd/sc_imagemapdialog.svg b/icon-themes/sifr_svg/cmd/sc_imagemapdialog.svg new file mode 100644 index 000000000000..bcc2c1cb58fe --- /dev/null +++ b/icon-themes/sifr_svg/cmd/sc_imagemapdialog.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> + <path + style="fill:#555753" + d="M 0 1 L 0 15 L 11.4 15 C 10.435869 15 9.3 14.664537 8.3 13.720703 L 8 13.425781 L 8 11 L 10 11 L 5 7 L 2 10 L 2 3 L 14 3 L 14 8.65625 C 14.698928 9.5211212 15 10.482178 15 11.4 L 15 12.585938 L 16 13.585938 L 16 1 L 0 1 z M 11 4 C 9.9 4 9 4.9 9 6 C 9 7.1 9.9 8 11 8 C 12.1 8 13 7.1 13 6 C 13 4.9 12.1 4 11 4 z M 12 9 L 12 10 C 13.560655 11.623957 11.433517 13.497742 10 12 L 9 12 L 9 13 C 9.8 13.77108 10.635355 14 11.4 14 L 13 14 L 15 16 L 16 16 L 16 15 L 14 13 L 14 11.4 C 14 10.518021 13.785305 9.8 13 9 L 12 9 z " + /> +</svg> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index deb15ee9219c..96b5d261f23e 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3565,6 +3565,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Object and Shape</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:FormatImageFiltersMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
