diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-05-12 09:41:06 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2020-05-13 07:29:13 +0200 |
commit | 08a7b88a0877d6fd753fe8ab4532d9da527d21c6 (patch) | |
tree | e88ad3626f78125ee111888f6920a788eacf20bc /sc | |
parent | 6911b895baedd669af18d2d08deab044f63baee5 (diff) |
tdf#132008 Provide NewWindow in Groupedbar compact view dropdown
Change-Id: I4d532c7a31dca83a00d86f52184fb2a151ae2155
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94037
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui index 643ca9e04fb9..d997cc0e11ad 100644 --- a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui +++ b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui @@ -2399,6 +2399,19 @@ </object> </child> <child> + <object class="GtkSeparatorMenuItem" id="MenuView-separator"> + <property name="visible">True</property> + <property name="can_focus">False</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="MenuView-NewWindow"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:NewWindow</property> + </object> + </child> + <child> <object class="GtkSeparatorMenuItem" id="MenuView-separator1"> <property name="visible">True</property> <property name="can_focus">False</property> |