tdf#119931 Fix accessibility warnings
Change-Id: I5d3e30fdb14e3753d52355eaaf60cd671b907a84 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109308 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
26bd8f5a1d
commit
c87723180c
2 changed files with 4 additions and 12 deletions
|
@ -8,3 +8,7 @@ sw/uiconfig/swriter/ui/previewmenu.ui://GtkRadioMenuItem[@id='zoom40'] button-no
|
|||
sw/uiconfig/swriter/ui/previewmenu.ui://GtkRadioMenuItem[@id='zoom50'] button-no-label
|
||||
sw/uiconfig/swriter/ui/previewmenu.ui://GtkRadioMenuItem[@id='zoom75'] button-no-label
|
||||
sw/uiconfig/swriter/ui/previewmenu.ui://GtkRadioMenuItem[@id='zoom100'] button-no-label
|
||||
sw/uiconfig/swriter/ui/assignfieldsdialog.ui://GtkLabel[@id='addresselem'] orphan-label
|
||||
sw/uiconfig/swriter/ui/assignfieldsdialog.ui://GtkLabel[@id='previewelem'] orphan-label
|
||||
sw/uiconfig/swriter/ui/assignfieldsdialog.ui://GtkLabel[@id='matchelem'] orphan-label
|
||||
sw/uiconfig/swriter/ui/assignfragment.ui://GtkLabel[@id='preview'] orphan-label
|
||||
|
|
|
@ -180,17 +180,6 @@
|
|||
<property name="top_attach">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="transparencylabel">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="sidebarpossize|transparencylabel">Transparency:</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">9</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="ratio">
|
||||
<property name="label" translatable="yes" context="sidebarpossize|ratio">_Keep ratio</property>
|
||||
|
@ -614,7 +603,6 @@
|
|||
<widget name="verticallabel"/>
|
||||
<widget name="widthlabel"/>
|
||||
<widget name="heightlabel"/>
|
||||
<widget name="transparencylabel"/>
|
||||
<widget name="rotationlabel"/>
|
||||
<widget name="fliplabel"/>
|
||||
<widget name="arrangelabel"/>
|
||||
|
|
Loading…
Reference in a new issue