diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-12-12 14:30:53 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-12-13 16:09:39 +0100 |
commit | 2b63477620633cf1098a5b3330f8d5f6897b2f98 (patch) | |
tree | b3f2a6cf41519968080710a300c7a3a1fdf8f292 /sw | |
parent | 53137888731d520b1f51f8764bf59827987cc3a3 (diff) |
Set default action for signature line dialog
Change-Id: I61782526312015173c97d469381f1494b2dcdbf2
Reviewed-on: https://gerrit.libreoffice.org/46307
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/signatureline.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/signatureline.ui b/sw/uiconfig/swriter/ui/signatureline.ui index 6a7e0bc9c483..77e84449e0f6 100644 --- a/sw/uiconfig/swriter/ui/signatureline.ui +++ b/sw/uiconfig/swriter/ui/signatureline.ui @@ -34,6 +34,7 @@ <property name="label">gtk-ok</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> |