diff options
Diffstat (limited to 'panels/thunderbolt/cc-bolt-device-entry.ui')
-rw-r--r-- | panels/thunderbolt/cc-bolt-device-entry.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/panels/thunderbolt/cc-bolt-device-entry.ui b/panels/thunderbolt/cc-bolt-device-entry.ui new file mode 100644 index 0000000..2790f92 --- /dev/null +++ b/panels/thunderbolt/cc-bolt-device-entry.ui @@ -0,0 +1,13 @@ +<?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> |