You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.3 KiB
40 lines
1.3 KiB
|
5 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<interface>
|
||
|
|
<template class="SidebarVerificationRow" parent="AdwBin">
|
||
|
|
<child>
|
||
|
|
<object class="GtkBox">
|
||
|
|
<property name="spacing">12</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImage">
|
||
|
|
<property name="icon-name">devices-symbolic</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkLabel" id="display_name">
|
||
|
|
<property name="ellipsize">end</property>
|
||
|
|
<binding name="label">
|
||
|
|
<lookup name="display-name" type="IdentityVerification">
|
||
|
|
<lookup name="identity-verification">SidebarVerificationRow</lookup>
|
||
|
|
</lookup>
|
||
|
|
</binding>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child type="end">
|
||
|
|
<object class="GtkLabel">
|
||
|
|
<property name="hexpand">True</property>
|
||
|
|
<property name="halign">end</property>
|
||
|
|
<property name="valign">center</property>
|
||
|
|
<property name="yalign">1.0</property>
|
||
|
|
<property name="label">•</property>
|
||
|
|
<style>
|
||
|
|
<class name="notification_count"/>
|
||
|
|
<class name="highlight"/>
|
||
|
|
</style>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</template>
|
||
|
|
</interface>
|
||
|
|
|