Kaydet (Commit) 2f9c6940 authored tarafından Samuel Thibault's avatar Samuel Thibault Kaydeden (comit) Jan-Marek Glogowski

printdialog: fix some accessibility warnings

Change-Id: Icf508473d194bc8c6f01e551b6659a625b8ee229
Reviewed-on: https://gerrit.libreoffice.org/60141
Tested-by: Jenkins
Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
üst 38cdfcd5
vcl/uiconfig/ui/cupspassworddialog.ui://GtkLabel[@id='text'] orphan-label vcl/uiconfig/ui/cupspassworddialog.ui://GtkLabel[@id='text'] orphan-label
vcl/uiconfig/ui/printdialog.ui://GtkSpinButton[@id='pageedit-nospin'] no-labelled-by vcl/uiconfig/ui/printdialog.ui://GtkSpinButton[@id='pageedit-nospin'] no-labelled-by
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='backward'] button-no-label
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://GtkComboBox[@id='paperspersheetlb'] no-labelled-by
vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='pagespersheettxt'] orphan-label
vcl/uiconfig/ui/printdialog.ui://vcllo-ShowNupOrderWindow[@id='orderpreview'] no-labelled-by vcl/uiconfig/ui/printdialog.ui://vcllo-ShowNupOrderWindow[@id='orderpreview'] no-labelled-by
vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='pagemargintxt2'] orphan-label vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='pagemargintxt2'] orphan-label
vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='sheetmargintxt2'] orphan-label vcl/uiconfig/ui/printdialog.ui://GtkLabel[@id='sheetmargintxt2'] orphan-label
......
...@@ -243,6 +243,7 @@ ...@@ -243,6 +243,7 @@
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">True</property> <property name="receives_default">True</property>
<property name="image">image2</property> <property name="image">image2</property>
<property name="tooltip_text" translatable="yes" context="printdialog|forward">Next page</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
...@@ -257,6 +258,7 @@ ...@@ -257,6 +258,7 @@
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">True</property> <property name="receives_default">True</property>
<property name="image">image1</property> <property name="image">image1</property>
<property name="tooltip_text" translatable="yes" context="printdialog|backward">Previous page</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
...@@ -711,6 +713,9 @@ ...@@ -711,6 +713,9 @@
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="draw_indicator">True</property> <property name="draw_indicator">True</property>
<property name="group">printselection</property> <property name="group">printselection</property>
<accessibility>
<relation type="label-for" target="pagerange"/>
</accessibility>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
...@@ -722,6 +727,9 @@ ...@@ -722,6 +727,9 @@
<object class="GtkEntry" id="pagerange"> <object class="GtkEntry" id="pagerange">
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="no_show_all">True</property> <property name="no_show_all">True</property>
<accessibility>
<relation type="labelled-by" target="printpages"/>
</accessibility>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
...@@ -1066,6 +1074,9 @@ ...@@ -1066,6 +1074,9 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="model">liststore1</property> <property name="model">liststore1</property>
<accessibility>
<relation type="labelled-by" target="pagespersheettxt"/>
</accessibility>
</object> </object>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
...@@ -1098,6 +1109,9 @@ ...@@ -1098,6 +1109,9 @@
<child> <child>
<object class="GtkLabel" id="pagespersheettxt"> <object class="GtkLabel" id="pagespersheettxt">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<accessibility>
<relation type="label-for" target="paperspersheetlb"/>
</accessibility>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</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