diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-03-07 21:04:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-03-08 17:01:02 +0100 |
commit | 2c3779475299eeed6fd9836c03aa22e1b3a41e88 (patch) | |
tree | 190114092437840b2712c69d375c9bfc10a6ba00 /sc/uiconfig | |
parent | 18e2a86f92689dcd43975e69ed79f6575de12a75 (diff) |
remove some member-of a11y relations
In some cases the widgets are in frames now so that hierarchical
relationship is captured already. In others labelled-by is a better
match and/or is already labelled by the widget.
Change-Id: Ifecd0eb96afecadbd66fcfdf843ce1590f5c5ff4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131185
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/solverdlg.ui | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/ui/solverdlg.ui b/sc/uiconfig/scalc/ui/solverdlg.ui index 5dfedae65415..18bbb5868caa 100644 --- a/sc/uiconfig/scalc/ui/solverdlg.ui +++ b/sc/uiconfig/scalc/ui/solverdlg.ui @@ -139,8 +139,15 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="label" translatable="yes" context="solverdlg|result">Optimize result to</property> + <property name="use-underline">True</property> + <property name="mnemonic-widget">max</property> <property name="xalign">0</property> <property name="yalign">0</property> + <accessibility> + <relation type="label-for" target="min"/> + <relation type="label-for" target="max"/> + <relation type="label-for" target="value"/> + </accessibility> </object> <packing> <property name="left-attach">0</property> @@ -171,7 +178,7 @@ <property name="draw-indicator">True</property> <property name="group">max</property> <accessibility> - <relation type="member-of" target="result"/> + <relation type="labelled-by" target="result"/> </accessibility> <child internal-child="accessible"> <object class="AtkObject" id="min-atkobject"> @@ -194,7 +201,7 @@ <property name="active">True</property> <property name="draw-indicator">True</property> <accessibility> - <relation type="member-of" target="result"/> + <relation type="labelled-by" target="result"/> </accessibility> <child internal-child="accessible"> <object class="AtkObject" id="max-atkobject"> @@ -310,7 +317,7 @@ <property name="draw-indicator">True</property> <property name="group">max</property> <accessibility> - <relation type="member-of" target="result"/> + <relation type="labelled-by" target="result"/> </accessibility> <child internal-child="accessible"> <object class="AtkObject" id="value-atkobject"> |