sw/uiconfig/swriter/ui/notebookbar_compact.ui | 14 ++++++++++++++ sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui | 7 +++++++ sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui | 7 +++++++ 3 files changed, 28 insertions(+)
New commits: commit 1c98c88a1208f47327ac2f3beaf593521ce9b394 Author: Justin Luth <justin.l...@collabora.com> AuthorDate: Wed May 17 11:19:49 2023 -0400 Commit: Justin Luth <jl...@mail.com> CommitDate: Thu May 18 01:57:54 2023 +0200 tdf#86630 sw page number wizard: add to notebookbar insert menus #2 Well, I wasn't very thorough in my previous patch. I guess chalk it up to my first realization that there even was a separate config for this side menu. In any case, all of these all have the nice little menus and all should have the same access to insert page wizard. Change-Id: Id2513b61e34aa5e3ed94f88a6af495ee02439455 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151788 Tested-by: Jenkins Reviewed-by: Justin Luth <jl...@mail.com> diff --git a/sw/uiconfig/swriter/ui/notebookbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_compact.ui index 83cfc701c994..109e33e5ea40 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_compact.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_compact.ui @@ -1178,6 +1178,13 @@ <property name="action_name">.uno:TitlePageDialog</property> </object> </child> + <child> + <object class="GtkMenuItem" id="MenuInsert-PageNumberWizard"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:PageNumberWizard</property> + </object> + </child> <child> <object class="GtkMenuItem" id="InsertBreakD"> <property name="visible">True</property> @@ -1453,6 +1460,13 @@ <property name="action_name">.uno:TitlePageDialog</property> </object> </child> + <child> + <object class="GtkMenuItem" id="MenuPage-PageNumberWizard"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:PageNumberWizard</property> + </object> + </child> <child> <object class="GtkMenuItem" id="MenuPage-Watermark"> <property name="visible">True</property> diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui index bc447979bd4e..e531107b21f6 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui @@ -1790,6 +1790,13 @@ <property name="action_name">.uno:TitlePageDialog</property> </object> </child> + <child> + <object class="GtkMenuItem" id="MenuInsert-PageNumberWizard"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:PageNumberWizard</property> + </object> + </child> <child> <object class="GtkMenuItem" id="MenuInsert-Watermark"> <property name="visible">True</property> diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui index 8b95bc51efb9..3c682f99830b 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui @@ -1847,6 +1847,13 @@ <property name="action_name">.uno:TitlePageDialog</property> </object> </child> + <child> + <object class="GtkMenuItem" id="MenuInsert-PageNumberWizard"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:PageNumberWizard</property> + </object> + </child> <child> <object class="GtkMenuItem" id="MenuInsert-InsertBreak"> <property name="visible">True</property>