chart2/uiconfig/ui/tp_ChartType.ui        |    1 +
 dbaccess/uiconfig/ui/generalpagewizard.ui |    1 +
 sw/uiconfig/swriter/ui/mmselectpage.ui    |    1 +
 3 files changed, 3 insertions(+)

New commits:
commit 465c3ad95059f0efa13c8027f7383c4d20a5b2ff
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Jan 21 21:12:01 2022 +0000
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sun Jan 23 04:59:53 2022 +0100

    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 <fit...@ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/chart2/uiconfig/ui/tp_ChartType.ui 
b/chart2/uiconfig/ui/tp_ChartType.ui
index e2064c3303f1..a7cafb14e71b 100644
--- a/chart2/uiconfig/ui/tp_ChartType.ui
+++ b/chart2/uiconfig/ui/tp_ChartType.ui
@@ -465,6 +465,7 @@
                 <child>
                   <object class="GtkTreeView" id="charttype">
                     <property name="can-focus">True</property>
+                    <property name="has-focus">True</property>
                     <property name="vexpand">True</property>
                     <property name="model">liststore2</property>
                     <property name="headers-visible">False</property>
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>
diff --git a/sw/uiconfig/swriter/ui/mmselectpage.ui 
b/sw/uiconfig/swriter/ui/mmselectpage.ui
index b963c7c45dc1..00520cc2bd40 100644
--- a/sw/uiconfig/swriter/ui/mmselectpage.ui
+++ b/sw/uiconfig/swriter/ui/mmselectpage.ui
@@ -28,6 +28,7 @@
                 <property name="label" translatable="yes" 
context="mmselectpage|currentdoc">Use the current _document</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="use-underline">True</property>
                 <property name="active">True</property>

Reply via email to