diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-21 21:12:01 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-01-23 04:59:53 +0100 |
commit | 465c3ad95059f0efa13c8027f7383c4d20a5b2ff (patch) | |
tree | 31fa1c97b9f2d583700b8cec7d03bcc9e40b0beb /dbaccess | |
parent | e7eb5f7e10899cf106b922439454b5d2f65d8f5e (diff) |
Related: tdf#135935 set some hints as to what widget should have starting focus
for wizards where the help button gets initial focus under gen
Change-Id: I40b0a4620f417a4688366c028db4c9cb59eb333c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128749
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/uiconfig/ui/generalpagewizard.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/uiconfig/ui/generalpagewizard.ui b/dbaccess/uiconfig/ui/generalpagewizard.ui index c5bc3bcc569d..79ebee3bcce0 100644 --- a/dbaccess/uiconfig/ui/generalpagewizard.ui +++ b/dbaccess/uiconfig/ui/generalpagewizard.ui @@ -61,6 +61,7 @@ <property name="label" translatable="yes" context="generalpagewizard|createDatabase">Create a n_ew database</property> <property name="visible">True</property> <property name="can-focus">True</property> + <property name="has-focus">True</property> <property name="receives-default">False</property> <property name="margin-start">12</property> <property name="use-underline">True</property> |