sc/uiconfig/scalc/ui/notebookbar.ui | 52 +++++++++++++++++++++++++++++------- 1 file changed, 42 insertions(+), 10 deletions(-)
New commits: commit 608e1452c51efa4f9bbcea8ed9a538ff974eed28 Author: Sahil Gautam <sa...@libreoffice.org> AuthorDate: Tue Oct 29 05:18:36 2024 +0530 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Wed Nov 6 20:51:01 2024 +0100 tdf#85976 Add 'Handle Duplicate Records' button to the notebookbar Add button under the data tab for 'Handle Duplicate Records'. Change-Id: I610985bcb8451172d2ae240c6cb2174912526578 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175764 Reviewed-by: Sahil Gautam <sa...@libreoffice.org> Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui index 04360dfe0f97..e902612f4705 100644 --- a/sc/uiconfig/scalc/ui/notebookbar.ui +++ b/sc/uiconfig/scalc/ui/notebookbar.ui @@ -7265,22 +7265,54 @@ </packing> </child> <child> - <object class="sfxlo-NotebookbarToolBox" id="SectionBottom13"> + <object class="GtkBox" id="GroupB93"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="valign">center</property> - <property name="vexpand">True</property> - <property name="toolbar_style">both</property> - <property name="show_arrow">False</property> - <property name="icon_size">3</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> <child> - <object class="GtkToolButton" id="Data-Calculate"> + <object class="sfxlo-NotebookbarToolBox" id="LeftParaMargin8"> <property name="visible">True</property> - <property name="action_name">.uno:Calculate</property> + <property name="can_focus">True</property> + <property name="toolbar_style">both-horiz</property> + <child> + <object class="GtkToolButton" id="Data-Calculate"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:Calculate</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> - <property name="homogeneous">True</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="sfxlo-NotebookbarToolBox" id="belowspacing8"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="toolbar_style">both-horiz</property> + <child> + <object class="GtkToolButton" id="Data-HandleDuplicateRecords"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="action_name">.uno:HandleDuplicateRecords</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> </packing> </child> </object>