summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/account/gis-account-avatar-chooser.ui
blob: 871470be364c46dc81411eb8011bb91dc8c9298c (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
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<interface>
  <!-- interface-requires gtk+ 3.8 -->
  <template class="UmPhotoDialog" parent="GtkPopover">
    <property name="height-request">360</property>
    <property name="width-request">480</property>
    <child>
      <object class="GtkBox">
        <property name="visible">True</property>
        <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
        <child>
          <object class="GtkFlowBox" id="recent_pictures">
            <property name="visible">True</property>
            <property name="halign">start</property>
            <property name="margin">20</property>
            <property name="margin-bottom">0</property>
            <property name="selection-mode">none</property>
          </object>
        </child>
        <child>
          <object class="GtkFlowBox" id="flowbox">
            <property name="visible">True</property>
            <property name="border-width">20</property>
            <property name="selection-mode">none</property>
          </object>
        </child>
        <child>
          <object class="GtkBox">
            <property name="visible">True</property>
            <property name="halign">GTK_ALIGN_CENTER</property>
            <property name="border-width">10</property>
            <property name="spacing">10</property>
            <child>
              <object class="GtkButton" id="take_picture_button">
                <property name="visible">False</property>
                <property name="label" translatable="yes">Take a Picture…</property>
                <signal name="clicked" handler="webcam_icon_selected" swapped="yes"/>
              </object>
            </child>
          </object>
          <packing>
            <property name="pack-type">GTK_PACK_END</property>
          </packing>
        </child>
      </object>
    </child>
  </template>
</interface>