diff options
author | Abhilash Singh <abhilash300singh@gmail.com> | 2017-01-10 17:33:56 +0530 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2017-01-17 06:55:22 +0000 |
commit | bc8eb82877f544d8cf80e6f3ea02a9993e058491 (patch) | |
tree | e18314c9124175a05cfd48c4aa8b6c24eed801ef /svx/uiconfig | |
parent | f5e9c29136079b596e68f888e74e524605c12713 (diff) |
tdf#103574 Imagemap dialog lacks on confirmation button
Change-Id: I95af2542fdb29efabd2d671597837c79e6336f37
Reviewed-on: https://gerrit.libreoffice.org/32925
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/imapdialog.ui | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/imapdialog.ui b/svx/uiconfig/ui/imapdialog.ui index 45be1786aee8..a26e3afdad51 100644 --- a/svx/uiconfig/ui/imapdialog.ui +++ b/svx/uiconfig/ui/imapdialog.ui @@ -68,6 +68,20 @@ </packing> </child> <child> + <object class="GtkToolButton" id="TBI_CLOSE"> + <property name="use_action_appearance">False</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="valign">start</property> + <property name="action_name">TBI_CLOSE</property> + <property name="label" translatable="yes">Close</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> <object class="GtkToolButton" id="TBI_SELECT"> <property name="use_action_appearance">False</property> <property name="visible">True</property> |