diff options
author | msrijita18 <msrijita189@gmail.com> | 2021-02-25 15:51:09 +0530 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-26 12:19:13 +0100 |
commit | f25d5cd3d814d59aabab889b0fd6526cee3e57be (patch) | |
tree | bf5a3357874e74904d836516cdba03a4f3e6e17a /dbaccess/uiconfig | |
parent | 78f33a2fa02a1fb4025cf5f74984d3064c103e3e (diff) |
tdf#119931 Fix accessibility warnings
Change-Id: I4d9a7b2f67b21fe6ae5bc918257f86c9e6911193
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111520
Tested-by: Jenkins
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess/uiconfig')
-rw-r--r-- | dbaccess/uiconfig/ui/generalpagedialog.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dbaccess/uiconfig/ui/generalpagedialog.ui b/dbaccess/uiconfig/ui/generalpagedialog.ui index 97c1a0e5f1c4..d40cd025b88c 100644 --- a/dbaccess/uiconfig/ui/generalpagedialog.ui +++ b/dbaccess/uiconfig/ui/generalpagedialog.ui @@ -16,6 +16,8 @@ <property name="xalign">0</property> <property name="yalign">0</property> <property name="label" translatable="yes" context="generalpagedialog|datasourceTypePre">Select the type of database to which you want to establish a connection.</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">datasourceTypePre</property> </object> <packing> <property name="left_attach">0</property> @@ -60,6 +62,8 @@ <property name="label" translatable="yes" context="generalpagedialog|datasourceTypeHelp">On the following pages, you can make detailed settings for the connection. The new settings you make will overwrite your existing settings.</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">datasourceTypeHelp</property> </object> <packing> <property name="left_attach">0</property> |