diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-07-04 17:33:34 +0200 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-07-25 17:44:22 +0200 |
commit | 33ea719d6c6ad23dfca088853d95d5688782da2d (patch) | |
tree | deb37984e0a637722364d0727d5b9b092ff18198 /sw/uiconfig | |
parent | 19c6fe6463e9c21be6ad876b26904ab9ec06f891 (diff) |
tdf#157233 - A11y: Add global Accessibility check options for
managing which a11y issue should be checked. In default mode all the a11y issues are checked.
Change-Id: Ib01e7d76e74b0b9cc9df259295edbee135b1c8a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170324
Tested-by: Jenkins
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui | 64 |
1 files changed, 61 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui b/sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui index 7bf6885fd49a..54feea39482a 100644 --- a/sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui +++ b/sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.40.0 --> +<!-- Generated with glade 3.38.2 --> <interface domain="sw"> <requires lib="gtk+" version="3.20"/> <object class="GtkBox" id="A11yCheckIssuesPanel"> @@ -10,6 +10,64 @@ <property name="vexpand">True</property> <property name="orientation">vertical</property> <child> + <!-- n-columns=2 n-rows=1 --> + <object class="GtkGrid" id="gridOptions"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <child> + <object class="GtkLabel" id="lbOptions"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="hexpand">True</property> + <property name="label" translatable="yes" context="optsecuritypage|lbOptions">Adjust accessibility check options.</property> + <property name="wrap">True</property> + <property name="width-chars">56</property> + <property name="max-width-chars">56</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left-attach">0</property> + <property name="top-attach">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="bOptions"> + <property name="label" translatable="yes" context="optsecuritypage|bOptions">O_ptions...</property> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="receives-default">True</property> + <property name="valign">center</property> + <property name="use-underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="bOptions-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|bOptions">Opens the "Accesibility options" page.</property> + </object> + </child> + </object> + <packing> + <property name="left-attach">1</property> + <property name="top-attach">0</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkSeparator" id="sep"> + <property name="visible">True</property> + <property name="can-focus">False</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <child> <object class="GtkBox" id="accessibilityCheckBox"> <property name="visible">True</property> <property name="can-focus">False</property> @@ -343,7 +401,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">0</property> + <property name="position">2</property> </packing> </child> <child> @@ -369,7 +427,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">3</property> </packing> </child> </object> |