From a27f9de5f738b245ef2534e6a3fb0e7d3393bc04 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 7 Aug 2020 22:03:18 +0200 Subject: tdf#119931 fix a11y warnings in qrcodegen.ui Change-Id: I7cc6f8edf6ab8d0e1b2a8c6a39e6e7b5c9ada565 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100371 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- cui/uiconfig/ui/qrcodegen.ui | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'cui') diff --git a/cui/uiconfig/ui/qrcodegen.ui b/cui/uiconfig/ui/qrcodegen.ui index f33b74557182..a9ff084fae17 100644 --- a/cui/uiconfig/ui/qrcodegen.ui +++ b/cui/uiconfig/ui/qrcodegen.ui @@ -1,5 +1,5 @@ - + @@ -16,9 +16,6 @@ 0 0 dialog - - - False @@ -171,6 +168,12 @@ Error Correction: True 0 + + + + + + 0 @@ -217,6 +220,9 @@ 0 True True + + + 7% of codewords can be restored. @@ -239,6 +245,9 @@ True True button_low + + + 15% of codewords can be restored. @@ -261,6 +270,9 @@ True True button_low + + + 25% of codewords can be restored. @@ -283,6 +295,9 @@ True True button_low + + + 30% of codewords can be restored. @@ -334,6 +349,9 @@ ok help + + + Generate QR Code for any text or URL. -- cgit