diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-13 13:14:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-13 21:31:22 +0100 |
commit | 5504dcc6987ffb41e9077d468df42c6af94c38ea (patch) | |
tree | 57b5b04c75bf6665e6ac0ccfac267a84327fe3e2 /sfx2 | |
parent | bd23e1dd6b3a36f7a04e84dd51ceaecee0984f51 (diff) |
set welded enties to activates-default
cause the vcl ones are equivalent to this so less change
Change-Id: I60d9ba5faab6c133242b002b81fa8e4747a92383
Reviewed-on: https://gerrit.libreoffice.org/51220
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/inputdialog.ui | 1 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/password.ui | 5 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/saveastemplatedlg.ui | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/inputdialog.ui b/sfx2/uiconfig/ui/inputdialog.ui index 255da57c9bca..b328d286a1cc 100644 --- a/sfx2/uiconfig/ui/inputdialog.ui +++ b/sfx2/uiconfig/ui/inputdialog.ui @@ -98,6 +98,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> + <property name="activates_default">True</property> </object> <packing> <property name="left_attach">0</property> diff --git a/sfx2/uiconfig/ui/password.ui b/sfx2/uiconfig/ui/password.ui index a7b45ad47631..aea268220557 100644 --- a/sfx2/uiconfig/ui/password.ui +++ b/sfx2/uiconfig/ui/password.ui @@ -144,6 +144,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> + <property name="activates_default">True</property> </object> <packing> <property name="left_attach">1</property> @@ -156,6 +157,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="visibility">False</property> + <property name="activates_default">True</property> <property name="input_purpose">password</property> <child internal-child="accessible"> <object class="AtkObject" id="pass1ed-atkobject"> @@ -174,6 +176,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="visibility">False</property> + <property name="activates_default">True</property> <property name="input_purpose">password</property> </object> <packing> @@ -254,6 +257,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="visibility">False</property> + <property name="activates_default">True</property> <property name="input_purpose">password</property> </object> <packing> @@ -267,6 +271,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="visibility">False</property> + <property name="activates_default">True</property> <property name="input_purpose">password</property> </object> <packing> diff --git a/sfx2/uiconfig/ui/saveastemplatedlg.ui b/sfx2/uiconfig/ui/saveastemplatedlg.ui index d8bb347429be..ac58199f808a 100644 --- a/sfx2/uiconfig/ui/saveastemplatedlg.ui +++ b/sfx2/uiconfig/ui/saveastemplatedlg.ui @@ -122,6 +122,7 @@ <property name="width_request">300</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="activates_default">True</property> </object> <packing> <property name="expand">False</property> |