diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2014-08-30 16:31:56 -0300 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-31 06:46:13 -0500 |
commit | 475991cff8379b267e1a2f65525a0bd4a2a2ead6 (patch) | |
tree | dc0d74f1453d9a927c5cda77041430ab2bb7d0a5 /extensions | |
parent | efe49ba4fc9a28da628f492609954ea678f17472 (diff) |
FDO#83283 (part) help btn for Label Field select'n
Help button for Calc Label Field Selection
Change-Id: Ia3024992ff804be469cf32caf1a2b84675557415
Reviewed-on: https://gerrit.libreoffice.org/11208
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui b/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui index fbf42d59cc58..6a4aecccb624 100644 --- a/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui +++ b/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui @@ -49,6 +49,20 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkButton" id="help"> + <property name="label">gtk-help</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_stock">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |