Accessibility Linux: use Frame for Windows
On Linux it's actually more common to use frame as role for windows since they are per definition normal main windows. Change-Id: Iee5bdfca139049846c1be864661231a594edf695 Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
This commit is contained in:
parent
ef1ee956c1
commit
65240c602b
@ -135,8 +135,8 @@ static RoleMapping map[] = {
|
||||
{ QAccessible::Caret, ATSPI_ROLE_UNKNOWN, QT_TRANSLATE_NOOP("QSpiAccessibleBridge", "text caret") },
|
||||
//: Role of an accessible object
|
||||
{ QAccessible::AlertMessage, ATSPI_ROLE_ALERT, QT_TRANSLATE_NOOP("QSpiAccessibleBridge", "alert message") },
|
||||
//: Role of an accessible object
|
||||
{ QAccessible::Window, ATSPI_ROLE_WINDOW, QT_TRANSLATE_NOOP("QSpiAccessibleBridge", "window") },
|
||||
//: Role of an accessible object: a window with frame and title
|
||||
{ QAccessible::Window, ATSPI_ROLE_FRAME, QT_TRANSLATE_NOOP("QSpiAccessibleBridge", "frame") },
|
||||
//: Role of an accessible object
|
||||
{ QAccessible::Client, ATSPI_ROLE_FILLER, QT_TRANSLATE_NOOP("QSpiAccessibleBridge", "filler") },
|
||||
//: Role of an accessible object
|
||||
|
Loading…
Reference in New Issue
Block a user