summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/account/gis-account-avatar-chooser.ui
blob: dff58a1de5851943190aafcd0eef834afd437943 (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
49
50
51
<?xml version="1.0"?>
<interface>
  <template class="UmPhotoDialog" parent="GtkPopover">
    <property name="height-request">360</property>
    <property name="width-request">480</property>
    <child>
      <object class="GtkBox">
        <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
        <child>
          <object class="GtkFlowBox" id="recent_pictures">
            <property name="halign">start</property>
            <property name="margin-top">20</property>
            <property name="margin-start">20</property>
            <property name="margin-end">20</property>
            <property name="margin-bottom">0</property>
            <property name="selection-mode">none</property>
          </object>
        </child>
        <child>
          <object class="GtkFlowBox" id="flowbox">
            <property name="margin-top">12</property>
            <property name="margin-bottom">12</property>
            <property name="margin-start">12</property>
            <property name="margin-end">12</property>
            <property name="selection-mode">none</property>
          </object>
        </child>
        <child>
          <object class="GtkBox">
            <property name="halign">GTK_ALIGN_CENTER</property>
            <property name="margin-top">12</property>
            <property name="margin-bottom">12</property>
            <property name="margin-start">12</property>
            <property name="margin-end">12</property>
            <property name="spacing">12</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"/>
                <style>
                  <class name="suggested-action"/>
                </style>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>