diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2014-08-22 22:24:02 -0300 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-22 21:28:15 -0500 |
commit | 6814967742cf1baa103048675545e57052104602 (patch) | |
tree | be0f0d795276d5aefd8c2fdf73e932a68ac090d2 /sc/uiconfig | |
parent | 10851dff98846c94ccc14ee58d993362c82734c9 (diff) |
Restore help button in Pivot Table Dialog
Change-Id: I9602fbb7edd7c7370a806cc0a61b3743a13229de
Reviewed-on: https://gerrit.libreoffice.org/11080
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui index 05d54cd59518..d72fa7f00fa8 100644 --- a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui +++ b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui @@ -29,7 +29,7 @@ <packing> <property name="expand">True</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">0</property> </packing> </child> <child> @@ -43,6 +43,20 @@ <packing> <property name="expand">True</property> <property name="fill">True</property> + <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> |