diff options
-rw-r--r-- | icon-themes/breeze/cmd/lc_newwindow.png | bin | 0 -> 196 bytes | |||
-rw-r--r-- | icon-themes/breeze/cmd/sc_newwindow.png | bin | 0 -> 193 bytes | |||
-rw-r--r-- | icon-themes/breeze_dark/cmd/lc_newwindow.png | bin | 0 -> 196 bytes | |||
-rw-r--r-- | icon-themes/breeze_dark/cmd/sc_newwindow.png | bin | 0 -> 193 bytes | |||
-rw-r--r-- | icon-themes/breeze_svg/cmd/lc_newwindow.svg | 13 | ||||
-rw-r--r-- | icon-themes/breeze_svg/cmd/sc_newwindow.svg | 14 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 3 |
7 files changed, 30 insertions, 0 deletions
diff --git a/icon-themes/breeze/cmd/lc_newwindow.png b/icon-themes/breeze/cmd/lc_newwindow.png Binary files differnew file mode 100644 index 000000000000..ca1978674798 --- /dev/null +++ b/icon-themes/breeze/cmd/lc_newwindow.png diff --git a/icon-themes/breeze/cmd/sc_newwindow.png b/icon-themes/breeze/cmd/sc_newwindow.png Binary files differnew file mode 100644 index 000000000000..75663bc4ce00 --- /dev/null +++ b/icon-themes/breeze/cmd/sc_newwindow.png diff --git a/icon-themes/breeze_dark/cmd/lc_newwindow.png b/icon-themes/breeze_dark/cmd/lc_newwindow.png Binary files differnew file mode 100644 index 000000000000..448e25284b57 --- /dev/null +++ b/icon-themes/breeze_dark/cmd/lc_newwindow.png diff --git a/icon-themes/breeze_dark/cmd/sc_newwindow.png b/icon-themes/breeze_dark/cmd/sc_newwindow.png Binary files differnew file mode 100644 index 000000000000..c745b16c402a --- /dev/null +++ b/icon-themes/breeze_dark/cmd/sc_newwindow.png diff --git a/icon-themes/breeze_svg/cmd/lc_newwindow.svg b/icon-themes/breeze_svg/cmd/lc_newwindow.svg new file mode 100644 index 000000000000..de66a7050a12 --- /dev/null +++ b/icon-themes/breeze_svg/cmd/lc_newwindow.svg @@ -0,0 +1,13 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <defs id="defs3051"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#4d4d4d; + } + </style> + </defs> + <path style="fill:currentColor;fill-opacity:1;stroke:none" + d="M 4 4 L 4 5 L 4 19 L 4 20 L 5 20 L 7 20 L 7 19 L 5 19 L 5 8 L 19 8 L 19 9 L 20 9 L 20 4 L 19 4 L 4 4 z M 8 10 L 8 14 L 8 16 L 8 18 L 8 19 L 8 20 L 12 20 L 20 20 L 20 19 L 20 14 L 20 10 L 19 10 L 18 10 L 8 10 z M 9 14 L 19 14 L 19 19 L 12 19 L 9 19 L 9 16 L 9 14 z " + class="ColorScheme-Text" + /> +</svg> diff --git a/icon-themes/breeze_svg/cmd/sc_newwindow.svg b/icon-themes/breeze_svg/cmd/sc_newwindow.svg new file mode 100644 index 000000000000..968d572ee984 --- /dev/null +++ b/icon-themes/breeze_svg/cmd/sc_newwindow.svg @@ -0,0 +1,14 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> + <defs id="defs3051"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#4d4d4d; + } + </style> + </defs> + <path + style="fill:currentColor;fill-opacity:1;stroke:none" + d="M 2 2 L 2 14 L 5 14 L 5 13 L 3 13 L 3 4 L 13 4 L 13 5 L 14 5 L 14 2 L 2 2 z M 6 6 L 6 14 L 14 14 L 14 6 L 6 6 z M 7 8 L 13 8 L 13 13 L 7 13 L 7 8 z " + class="ColorScheme-Text" + id="rect4498" /> +</svg> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 537256064d59..ffb72438f46b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3384,6 +3384,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~New Window</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:ClearOutline" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |