summaryrefslogtreecommitdiff
path: root/data/ui/contacts-contact-form.ui
blob: b0c1fd1a5ce84a4a7125157bd2a58451d254ff72 (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
35
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.22 -->
  <template class="ContactsContactForm" parent="GtkGrid">
    <property name="visible">True</property>
    <child>
      <object class="GtkScrolledWindow" id="main_sw">
        <property name="visible">True</property>
        <property name="hexpand">True</property>
        <property name="vexpand">True</property>
        <property name="shadow_type">none</property>
        <property name="hscrollbar_policy">never</property>
        <property name="vscrollbar_policy">automatic</property>
        <child>
          <object class="ContactsMaxWidthBin">
            <property name="visible">True</property>
            <property name="max_width">600</property>
            <child>
              <object class="GtkGrid" id="container_grid">
                <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>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>