gnome-control-center/panels/sharing/cc-sharing-networks.ui
Christopher Davis 73d60296d1 sharing-networks: Port to AdwPreferencesGroup
Also, make the list box to be a11y-labelled.

Partial rebase of https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1239
2024-05-17 08:50:58 +00:00

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>