diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-07 19:37:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-08 09:46:36 +0200 |
commit | 53d4cd70a51a0cf38af03a4c113fe201679e207b (patch) | |
tree | a0bc69220a02df87b3a25277e7f2b5a86fc076e6 /sfx2 | |
parent | d775d570ea336d1d0d9e9c778d6841e9b64d2ad1 (diff) |
we only should have one has_default==True in these dialogs
undo the part of 3d056824c687df567c05bf31554fa40ea2baef18
to restore the part of c9e3952e76a9c06d5a1d2f583829ce9eb5b9df64.
where the code does no special show/hide of buttons
Change-Id: Iacc37e5250468f2b626c3212c30bdd254966fdb0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104067
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/versioncommentdialog.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/versioncommentdialog.ui b/sfx2/uiconfig/ui/versioncommentdialog.ui index 2c74db6c5ec4..46ca82b19f2f 100644 --- a/sfx2/uiconfig/ui/versioncommentdialog.ui +++ b/sfx2/uiconfig/ui/versioncommentdialog.ui @@ -42,7 +42,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> - <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> |