Also, make the list box to be a11y-labelled. Partial rebase of https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1239
17 lines
543 B
XML
17 lines
543 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="CcSharingNetworks" parent="AdwPreferencesGroup">
|
|
<property name="title" translatable="yes">Networks</property>
|
|
<child>
|
|
<object class="GtkListBox" id="listbox">
|
|
<property name="selection-mode">none</property>
|
|
<accessibility>
|
|
<relation name="labelled-by">CcSharingNetworks</relation>
|
|
</accessibility>
|
|
<style>
|
|
<class name="boxed-list"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|