sc/uiconfig/scalc/ui/dataproviderdlg.ui | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-)
New commits: commit 5a77b665a40b606ba914f361d4d4271be0a064c6 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Tue Feb 11 11:32:03 2025 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Wed Feb 12 00:49:13 2025 +0100 tdf#165196 Help button to Data Provider dialog + Rename dialog button container (was blank) Change-Id: I2da0a2896635565fc534bfc9513620e40f72069c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181425 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/sc/uiconfig/scalc/ui/dataproviderdlg.ui b/sc/uiconfig/scalc/ui/dataproviderdlg.ui index 23eb805a6066..1661562081d0 100644 --- a/sc/uiconfig/scalc/ui/dataproviderdlg.ui +++ b/sc/uiconfig/scalc/ui/dataproviderdlg.ui @@ -13,7 +13,7 @@ <property name="orientation">vertical</property> <property name="spacing">12</property> <child internal-child="action_area"> - <object class="GtkButtonBox"> + <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can-focus">False</property> <property name="margin-end">6</property> <property name="margin-bottom">6</property> @@ -48,6 +48,21 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkButton" id="help"> + <property name="label" translatable="yes" context="stock">_Help</property> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="receives-default">True</property> + <property name="use-underline">True</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">2</property> + <property name="secondary">True</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> @@ -407,6 +422,7 @@ <action-widgets> <action-widget response="-5">ok</action-widget> <action-widget response="-6">cancel</action-widget> + <action-widget response="-11">help</action-widget> </action-widgets> </object> </interface>