diff options
author | rafaelhlima <rafael.palma.lima@gmail.com> | 2022-01-04 17:27:51 -0300 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-01-21 13:03:13 +0100 |
commit | 47f21d290087638b1986c291c969bf2997574ddd (patch) | |
tree | e3c5faa8b5859ca9641dc813bc942af1512d7f98 /sd/uiconfig | |
parent | a29be0d52c2edccee451ecfa32dafec7cba31f45 (diff) |
tdf#141591 Add DevTools to the Tabbed interface
This patch adds the DevTools command to the Tabbed interface. It is located in the cotnext menu in the Tools tab.
Change-Id: I5f323b1b5ffc6707fc4f8b3c6eca2db7b8b97adc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127973
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar.ui | 7 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar.ui | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui index f1d71fe5b224..3e4b97b41bfa 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar.ui @@ -1987,6 +1987,13 @@ </object> </child> <child> + <object class="GtkMenuItem" id="MenuTools-DevTools"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:DevelopmentToolsDockingWindow</property> + </object> + </child> + <child> <object class="GtkSeparatorMenuItem" id="MenuTools-separator1"> <property name="visible">True</property> <property name="can_focus">False</property> diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui index e31737653f4f..8a57ca0f8322 100644 --- a/sd/uiconfig/simpress/ui/notebookbar.ui +++ b/sd/uiconfig/simpress/ui/notebookbar.ui @@ -2043,6 +2043,13 @@ </object> </child> <child> + <object class="GtkMenuItem" id="MenuTools-DevTools"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:DevelopmentToolsDockingWindow</property> + </object> + </child> + <child> <object class="GtkSeparatorMenuItem" id="MenuTools-separator1"> <property name="visible">True</property> <property name="can_focus">False</property> |