Kaydet (Commit) 8887f0f6 authored tarafından Katarina Behrens's avatar Katarina Behrens

sc random number gen dlg: fix some a11y issues

Change-Id: I04c31c96538cb7da07e6bf2e43e6150f04f9d247
Reviewed-on: https://gerrit.libreoffice.org/59978
Tested-by: Jenkins
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst 48d7a087
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 --> <!-- Generated with glade 3.20.0 -->
<interface domain="sc"> <interface domain="sc">
<requires lib="gtk+" version="3.18"/> <requires lib="gtk+" version="3.18"/>
<requires lib="LibreOffice" version="1.0"/> <requires lib="LibreOffice" version="1.0"/>
...@@ -176,10 +176,10 @@ ...@@ -176,10 +176,10 @@
<object class="GtkLabel" id="cell-range-label"> <object class="GtkLabel" id="cell-range-label">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes" context="randomnumbergenerator|cell-range-label">Cell range:</property> <property name="label" translatable="yes" context="randomnumbergenerator|cell-range-label">Cell range:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">cell-range-edit</property> <property name="mnemonic_widget">cell-range-edit</property>
<property name="xalign">0</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
...@@ -258,8 +258,10 @@ ...@@ -258,8 +258,10 @@
<object class="GtkLabel" id="distribution-label"> <object class="GtkLabel" id="distribution-label">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes" context="randomnumbergenerator|distribution-label">Distribution:</property> <property name="label" translatable="yes" context="randomnumbergenerator|distribution-label">Distribution:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">distribution-combo</property>
<property name="xalign">0</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -283,10 +285,10 @@ ...@@ -283,10 +285,10 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes" context="randomnumbergenerator|parameter1-label">...</property> <property name="label" translatable="yes" context="randomnumbergenerator|parameter1-label">...</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">parameter1-spin</property> <property name="mnemonic_widget">parameter1-spin</property>
<property name="xalign">0</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -298,10 +300,10 @@ ...@@ -298,10 +300,10 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes" context="randomnumbergenerator|parameter2-label">...</property> <property name="label" translatable="yes" context="randomnumbergenerator|parameter2-label">...</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">parameter2-spin</property> <property name="mnemonic_widget">parameter2-spin</property>
<property name="xalign">0</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -313,7 +315,7 @@ ...@@ -313,7 +315,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="text" translatable="no">0,0000</property> <property name="text">0,0000</property>
<property name="adjustment">parameter2-adjustment</property> <property name="adjustment">parameter2-adjustment</property>
<property name="digits">4</property> <property name="digits">4</property>
</object> </object>
...@@ -327,7 +329,7 @@ ...@@ -327,7 +329,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="text" translatable="no">1,0000</property> <property name="text">1,0000</property>
<property name="adjustment">parameter1-adjustment</property> <property name="adjustment">parameter1-adjustment</property>
<property name="digits">4</property> <property name="digits">4</property>
<property name="value">1</property> <property name="value">1</property>
...@@ -398,11 +400,11 @@ ...@@ -398,11 +400,11 @@
<object class="GtkLabel" id="seed-label"> <object class="GtkLabel" id="seed-label">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="xpad">12</property> <property name="xpad">12</property>
<property name="label" translatable="yes" context="randomnumbergenerator|seed-label">Seed:</property> <property name="label" translatable="yes" context="randomnumbergenerator|seed-label">Seed:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">seed-spin</property> <property name="mnemonic_widget">seed-spin</property>
<property name="xalign">0</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -441,10 +443,11 @@ ...@@ -441,10 +443,11 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="xpad">12</property> <property name="xpad">12</property>
<property name="label" translatable="yes" context="randomnumbergenerator|decimal-places-label">Decimal places:</property> <property name="label" translatable="yes" context="randomnumbergenerator|decimal-places-label">Decimal places:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">decimal-places-spin</property>
<property name="xalign">0</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -456,7 +459,7 @@ ...@@ -456,7 +459,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="text" translatable="no">1</property> <property name="text">1</property>
<property name="adjustment">decimal-places-adjustment</property> <property name="adjustment">decimal-places-adjustment</property>
<property name="value">1</property> <property name="value">1</property>
</object> </object>
......
...@@ -158,10 +158,6 @@ sc/uiconfig/scalc/ui/protectsheetdlg.ui://GtkLabel[@id='insert-columns'] orphan- ...@@ -158,10 +158,6 @@ sc/uiconfig/scalc/ui/protectsheetdlg.ui://GtkLabel[@id='insert-columns'] orphan-
sc/uiconfig/scalc/ui/protectsheetdlg.ui://GtkLabel[@id='insert-rows'] orphan-label sc/uiconfig/scalc/ui/protectsheetdlg.ui://GtkLabel[@id='insert-rows'] orphan-label
sc/uiconfig/scalc/ui/protectsheetdlg.ui://GtkLabel[@id='delete-columns'] orphan-label sc/uiconfig/scalc/ui/protectsheetdlg.ui://GtkLabel[@id='delete-columns'] orphan-label
sc/uiconfig/scalc/ui/protectsheetdlg.ui://GtkLabel[@id='delete-rows'] orphan-label sc/uiconfig/scalc/ui/protectsheetdlg.ui://GtkLabel[@id='delete-rows'] orphan-label
sc/uiconfig/scalc/ui/randomnumbergenerator.ui://GtkLabel[@id='distribution-label'] orphan-label
sc/uiconfig/scalc/ui/randomnumbergenerator.ui://GtkComboBox[@id='distribution-combo'] no-labelled-by
sc/uiconfig/scalc/ui/randomnumbergenerator.ui://GtkLabel[@id='decimal-places-label'] orphan-label
sc/uiconfig/scalc/ui/randomnumbergenerator.ui://GtkSpinButton[@id='decimal-places-spin'] no-labelled-by
sc/uiconfig/scalc/ui/regressiondialog.ui://foruilo-RefEdit[@id='variable2-range-edit'] duplicate-mnemonic sc/uiconfig/scalc/ui/regressiondialog.ui://foruilo-RefEdit[@id='variable2-range-edit'] duplicate-mnemonic
sc/uiconfig/scalc/ui/regressiondialog.ui://foruilo-RefEdit[@id='output-range-edit'] no-labelled-by sc/uiconfig/scalc/ui/regressiondialog.ui://foruilo-RefEdit[@id='output-range-edit'] no-labelled-by
sc/uiconfig/scalc/ui/regressiondialog.ui://GtkLabel[@id='error-message'] orphan-label sc/uiconfig/scalc/ui/regressiondialog.ui://GtkLabel[@id='error-message'] orphan-label
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment