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.
 
 
 

51 lines
1.7 KiB

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="SidebarRoomRow" parent="ContextMenuBin">
<child>
<object class="GtkBox">
<binding name="tooltip-text">
<lookup name="display-name">
<lookup name="room">SidebarRoomRow</lookup>
</lookup>
</binding>
<property name="spacing">12</property>
<child>
<object class="ComponentsAvatar" id="avatar">
<property name="size">24</property>
<binding name="data">
<lookup name="avatar-data">
<lookup name="room">SidebarRoomRow</lookup>
</lookup>
</binding>
</object>
</child>
<child>
<object class="GtkLabel" id="display_name">
<property name="ellipsize">end</property>
<binding name="label">
<lookup name="display-name">
<lookup name="room">SidebarRoomRow</lookup>
</lookup>
</binding>
</object>
</child>
<child type="end">
<object class="GtkLabel" id="notification_count">
<property name="hexpand">True</property>
<property name="halign">end</property>
<property name="valign">center</property>
<property name="yalign">1.0</property>
<binding name="label">
<lookup name="notification-count">
<lookup name="room">SidebarRoomRow</lookup>
</lookup>
</binding>
<style>
<class name="notification_count"/>
</style>
</object>
</child>
</object>
</child>
</template>
</interface>