mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 08:27:36 +00:00
49 lines
1.6 KiB
Text
49 lines
1.6 KiB
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<template class="CallsContactsRow" parent="GtkListBoxRow">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="activatable">False</property>
|
||
|
<property name="selectable">False</property>
|
||
|
<child>
|
||
|
<object class="GtkGrid" id="grid">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="margin">6</property>
|
||
|
<property name="column-spacing">12</property>
|
||
|
<property name="row-spacing">3</property>
|
||
|
|
||
|
<!-- Avatar -->
|
||
|
<child>
|
||
|
<object class="HdyAvatar" id="avatar">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="valign">center</property>
|
||
|
<property name="size">36</property>
|
||
|
<property name="show-initials">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left-attach">0</property>
|
||
|
<property name="top-attach">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
|
||
|
<!-- Row title -->
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="title">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="ellipsize">end</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="expand">True</property>
|
||
|
<style>
|
||
|
<class name="bold-label"/>
|
||
|
</style>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left-attach">1</property>
|
||
|
<property name="top-attach">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
|
||
|
</object>
|
||
|
</child>
|
||
|
</template>
|
||
|
</interface>
|