gnome-control-center/panels/diagnostics/cc-diagnostics-panel.ui
Automeris naranja fe5257bc9e general: Remove a11y labels when they aren't needed
A11y labels aren't needed when using the "activatable-widget"
property, because the relation is set automatically:

https://gitlab.gnome.org/GNOME/libadwaita/-/blob/main/src/adw-action-row.c#L661
2023-04-12 18:34:20 -03:00

26 lines
999 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcDiagnosticsPanel" parent="CcPanel">
<child type="content">
<object class="AdwPreferencesPage">
<child>
<object class="AdwPreferencesGroup" id="diagnostics_group">
<property name="title" translatable="yes">Problem Reporting</property>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">_Automatic Problem Reporting</property>
<property name="use-underline">True</property>
<property name="activatable-widget">abrt_switch</property>
<child type="suffix">
<object class="GtkSwitch" id="abrt_switch">
<property name="valign">center</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>