diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-31 15:45:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-31 15:47:57 +0100 |
commit | a1ebcf401da3ae0cc8a12320b8b549a2d8d6e5bf (patch) | |
tree | a1e0d186f8f1c2f14eb58b6dc37668f7fdfde789 | |
parent | 5868d927bccfc9594c4f791d0800337a0ce60c18 (diff) |
we can rely on mnemonic widgets for these a11y relations
Change-Id: I54b3ce6b66a04d19aac82ec1cd840d88db26a2ea
-rw-r--r-- | sc/uiconfig/scalc/ui/sidebarcellappearance.ui | 7 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/sidebarnumberformat.ui | 12 |
2 files changed, 1 insertions, 18 deletions
diff --git a/sc/uiconfig/scalc/ui/sidebarcellappearance.ui b/sc/uiconfig/scalc/ui/sidebarcellappearance.ui index cec235eb2dc8..31ef17565c96 100644 --- a/sc/uiconfig/scalc/ui/sidebarcellappearance.ui +++ b/sc/uiconfig/scalc/ui/sidebarcellappearance.ui @@ -25,10 +25,8 @@ <property name="can_focus">False</property> <property name="label" translatable="yes">_Background:</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">cellbackgroundcolor</property> <property name="xalign">0</property> - <accessibility> - <relation type="label-for" target="cellbackgroundcolor"/> - </accessibility> </object> <packing> <property name="expand">False</property> @@ -59,9 +57,6 @@ <property name="homogeneous">True</property> </packing> </child> - <accessibility> - <relation type="labelled-by" target="cellbackgroundlabel"/> - </accessibility> </object> <packing> <property name="expand">False</property> diff --git a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui index bcec677919b1..6572ad23369f 100644 --- a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui +++ b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui @@ -126,9 +126,6 @@ <property name="label" translatable="yes">_Decimal places:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">decimalplaces</property> - <accessibility> - <relation type="label-for" target="decimalplaces"/> - </accessibility> </object> <packing> <property name="expand">False</property> @@ -144,9 +141,6 @@ <property name="tooltip_markup" translatable="yes">Enter the number of decimal places that you want to display.</property> <property name="tooltip_text" translatable="yes">Enter the number of decimal places that you want to display.</property> <property name="invisible_char">•</property> - <accessibility> - <relation type="labelled-by" target="decimalplaceslabel"/> - </accessibility> <child internal-child="accessible"> <object class="AtkObject" id="decimalplaces-atkobject"> <property name="AtkObject::accessible-name" translatable="yes">Decimal Places</property> @@ -180,9 +174,6 @@ <property name="use_underline">True</property> <property name="mnemonic_widget">leadingzeroes</property> <property name="xalign">0</property> - <accessibility> - <relation type="label-for" target="leadingzeroes"/> - </accessibility> </object> <packing> <property name="expand">False</property> @@ -198,9 +189,6 @@ <property name="tooltip_markup" translatable="yes">Enter the maximum number of zeroes to display before the decimal point.</property> <property name="tooltip_text" translatable="yes">Enter the maximum number of zeroes to display before the decimal point.</property> <property name="invisible_char">•</property> - <accessibility> - <relation type="labelled-by" target="leadingzeroeslabel"/> - </accessibility> <child internal-child="accessible"> <object class="AtkObject" id="leadingzeroes-atkobject"> <property name="AtkObject::accessible-name" translatable="yes">Leading Zeroes</property> |