diff options
author | andreas kainz <kainz.a@gmail.com> | 2021-01-05 21:54:30 +0100 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2021-01-07 08:29:02 +0100 |
commit | 64ae89b8b6ecbcfeceb327b965a323e2acc7b141 (patch) | |
tree | f16ac7b5f1c456ccf6e845a04bb4bc4877cfb952 /sd/uiconfig/sdraw | |
parent | ebaf20f66d59f0494a204771d7d06228954f5769 (diff) |
tdf#129815 Add InsertQrCode to Insert tab menu drop down
Change-Id: Iac7678cd3aaa25dcb66144f53656795f15023b9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108821
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'sd/uiconfig/sdraw')
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar.ui | 7 | ||||
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar_compact.ui | 7 | ||||
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui index db7820b25a44..c59fb2fb57e9 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar.ui @@ -1060,6 +1060,13 @@ </object> </child> <child> + <object class="GtkMenuItem" id="MenuInsert-InsertQrCode"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:InsertQrCode</property> + </object> + </child> + <child> <object class="GtkMenuItem" id="MenuInsert-InsertObject"> <property name="visible">True</property> <property name="can_focus">False</property> diff --git a/sd/uiconfig/sdraw/ui/notebookbar_compact.ui b/sd/uiconfig/sdraw/ui/notebookbar_compact.ui index d32d8b40bcd9..4df8052634d3 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar_compact.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar_compact.ui @@ -1089,6 +1089,13 @@ </object> </child> <child> + <object class="GtkMenuItem" id="MenuInsert-InsertQrCode"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:InsertQrCode</property> + </object> + </child> + <child> <object class="GtkMenuItem" id="MenuInsert-InsertObject"> <property name="visible">True</property> <property name="can_focus">False</property> diff --git a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui index fcc5554b5eb8..37b28c4e4cc9 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui @@ -1663,6 +1663,13 @@ </object> </child> <child> + <object class="GtkMenuItem" id="MenuInsert-InsertQrCode"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:InsertQrCode</property> + </object> + </child> + <child> <object class="GtkMenuItem" id="MenuInsert-InsertObject"> <property name="visible">True</property> <property name="can_focus">False</property> |