diff options
author | nirnay <nirnaykorde@gmail.com> | 2023-04-27 22:19:23 +0530 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-22 16:42:03 +0200 |
commit | 2c0669846fe26dae2bb64308517db685037e2cf9 (patch) | |
tree | 61ff7a988d446a19c074785862d03b12c3a82141 /dbaccess | |
parent | c34f465a21dab492afec12011f4a16584a663d9f (diff) |
tdf#119931 Fix accessibility warnings in dbaccess
Added accessibilty to some UI files
Change-Id: Id9d1eae93151e232040fdcf22810ba67ead05609
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151138
Tested-by: Jenkins
Reviewed-by: Samuel Thibault <sthibault@hypra.fr>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/uiconfig/ui/generalpagewizard.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dbaccess/uiconfig/ui/generalpagewizard.ui b/dbaccess/uiconfig/ui/generalpagewizard.ui index 5abb1a7ec7c1..00efb8fe80de 100644 --- a/dbaccess/uiconfig/ui/generalpagewizard.ui +++ b/dbaccess/uiconfig/ui/generalpagewizard.ui @@ -262,6 +262,11 @@ <property name="can-focus">False</property> <property name="label" translatable="yes" context="generalpagewizard|noembeddeddbLabel">It is not possible to create a new database, because neither HSQLDB, nor Firebird is available in this setup.</property> + <child internal-child="accessible"> + <object class="AtkObject"> + <property name="AtkObject::accessible-role">static</property> + </object> + </child> </object> <packing> <property name="left-attach">0</property> |