Kaydet (Commit) 135fca2f authored tarafından Samuel Thibault's avatar Samuel Thibault Kaydeden (comit) Thorsten Behrens

printdialog: set a11y role of printer information to static

Change-Id: Ifec76dcd5d6cccefe9e1d0d939d799fcde88b087
Reviewed-on: https://gerrit.libreoffice.org/59812
Tested-by: Jenkins
Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 5e1ab7e3
...@@ -3,13 +3,6 @@ vcl/uiconfig/ui/printdialog.ui://GtkSpinButton[@id='pageedit-nospin'] no-labelle ...@@ -3,13 +3,6 @@ vcl/uiconfig/ui/printdialog.ui://GtkSpinButton[@id='pageedit-nospin'] no-labelle
vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='totalnumpages'] orphan-label vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='totalnumpages'] orphan-label
vcl/uiconfig/ui/printdialog.ui://GtkButton[@id='forward'] button-no-label vcl/uiconfig/ui/printdialog.ui://GtkButton[@id='forward'] button-no-label
vcl/uiconfig/ui/printdialog.ui://GtkButton[@id='backward'] button-no-label vcl/uiconfig/ui/printdialog.ui://GtkButton[@id='backward'] button-no-label
vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='label7'] orphan-label
vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='label8'] orphan-label
vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='label9'] orphan-label
vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='status'] orphan-label
vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='location'] orphan-label
vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='comment'] orphan-label
vcl/uiconfig/ui/printdialog.ui://GtkTreeView[@id='printers:border'] no-labelled-by
vcl/uiconfig/ui/printdialog.ui://GtkImage[@id='collateimage'] no-labelled-by vcl/uiconfig/ui/printdialog.ui://GtkImage[@id='collateimage'] no-labelled-by
vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='fromwhich'] orphan-label vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='fromwhich'] orphan-label
vcl/uiconfig/ui/printdialog.ui://GtkEntry[@id='pagerange'] no-labelled-by vcl/uiconfig/ui/printdialog.ui://GtkEntry[@id='pagerange'] no-labelled-by
......
...@@ -330,6 +330,9 @@ ...@@ -330,6 +330,9 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="label" translatable="yes" context="printdialog|label7">Status:</property> <property name="label" translatable="yes" context="printdialog|label7">Status:</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<accessibility>
<role type="static"/>
</accessibility>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -342,6 +345,9 @@ ...@@ -342,6 +345,9 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="label" translatable="yes" context="printdialog|label8">Location:</property> <property name="label" translatable="yes" context="printdialog|label8">Location:</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<accessibility>
<role type="static"/>
</accessibility>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -354,6 +360,9 @@ ...@@ -354,6 +360,9 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="label" translatable="yes" context="printdialog|label9">Comment:</property> <property name="label" translatable="yes" context="printdialog|label9">Comment:</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<accessibility>
<role type="static"/>
</accessibility>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -366,6 +375,9 @@ ...@@ -366,6 +375,9 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="label" translatable="yes" context="printdialog|status">Default printer</property> <property name="label" translatable="yes" context="printdialog|status">Default printer</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<accessibility>
<role type="static"/>
</accessibility>
</object> </object>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
...@@ -378,6 +390,9 @@ ...@@ -378,6 +390,9 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="label" translatable="yes" context="printdialog|location">Place</property> <property name="label" translatable="yes" context="printdialog|location">Place</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<accessibility>
<role type="static"/>
</accessibility>
</object> </object>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
...@@ -390,6 +405,9 @@ ...@@ -390,6 +405,9 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="label" translatable="yes" context="printdialog|comment">Long printer name</property> <property name="label" translatable="yes" context="printdialog|comment">Long printer name</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<accessibility>
<role type="static"/>
</accessibility>
</object> </object>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
......
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