gnome-control-center/panels/privacy/cc-bolt-device-entry.ui
Marco Melorio 5c75c03b52 privacy: Add thunderbolt page
The UI file is not formatted on purpose to facilitate the review. It
will be reformatted in a later commit.
2023-08-03 08:42:10 +00:00

13 lines
463 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcBoltDeviceEntry" parent="AdwActionRow">
<property name="activatable">True</property>
<child type="suffix">
<object class="GtkImage" id="status_warning">
<property name="visible">False</property>
<property name="icon_name">dialog-warning-symbolic</property>
<property name="icon_size">1</property>
</object>
</child>
</template>
</interface>