summaryrefslogtreecommitdiff
path: root/data/ui/contacts-contact-sheet.ui
blob: 835beb629feca4dede14662f36903f9c3984b203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.22 -->
  <template class="ContactsContactSheet" parent="ContactsContactForm">
    <property name="visible">True</property>
    <property name="hexpand">True</property>
    <property name="vexpand">True</property>
    <property name="orientation">vertical</property>
    <property name="row_spacing">12</property>
    <property name="column_spacing">16</property>
    <property name="margin">36</property>
    <property name="margin_bottom">24</property>
    <child>
      <object class="GtkLabel" id="name_label">
        <property name="visible">True</property>
        <property name="selectable">True</property>
        <property name="hexpand">True</property>
        <property name="halign">start</property>
        <property name="valign">center</property>
        <property name="margin_start">6</property>
        <property name="xalign">0</property>
        <property name="ellipsize">end</property>
        <style>
          <class name="contacts-contact-sheet"/>
        </style>
      </object>
      <packing>
        <property name="left_attach">1</property>
        <property name="top_attach">0</property>
        <property name="height">3</property>
      </packing>
    </child>
  </template>
</interface>