summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/account/gis-account-page-local.ui
blob: 67aaf9af09f1cc00cdd41896b1e3a1de9cd60031 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="GisAccountPageLocal" parent="AdwBin">
    <child>
      <object class="GtkBox" id="area">
        <property name="halign">center</property>
        <property name="valign">fill</property>
        <property name="orientation">vertical</property>
        <child>
          <object class="GtkMenuButton" id="avatar_button">
            <property name="margin_top">24</property>
            <property name="halign">center</property>
            <style>
              <class name="flat"/>
            </style>
            <accessibility>
              <property name="description" translatable="yes">Avatar image</property>
            </accessibility>
            <child>
              <object class="GtkImage" id="avatar_image">
                <property name="pixel_size">96</property>
                <property name="icon_name">avatar-default-symbolic</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GisPageHeader" id="header">
            <property name="show-icon">False</property>
            <property name="margin_top">18</property>
            <property name="title" translatable="yes">About You</property>
            <property name="subtitle" translatable="yes">Please provide a name and username. You can choose a picture too.</property>
          </object>
        </child>
        <child>
          <object class="GtkGrid" id="form">
            <property name="column_spacing">12</property>
            <property name="row_spacing">6</property>
            <property name="margin_top">42</property>
            <child>
              <object class="GtkLabel" id="fullname_label">
                <property name="halign">end</property>
                <property name="xalign">1</property>
                <property name="label" translatable="yes">_Full Name</property>
                <property name="use_underline">True</property>
                <property name="mnemonic_widget">fullname_entry</property>
                <layout>
                  <property name="column">0</property>
                  <property name="row">3</property>
                </layout>
              </object>
            </child>
            <child>
              <object class="GtkEntry" id="fullname_entry">
                <property name="max_length">255</property>
                <property name="width-chars">25</property>
                <layout>
                  <property name="column">1</property>
                  <property name="row">3</property>
                </layout>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="username_label">
                <property name="halign">end</property>
                <property name="xalign">1</property>
                <property name="label" translatable="yes">_Username</property>
                <property name="use_underline">True</property>
                <property name="mnemonic_widget">username_combo</property>
                <property name="margin_top">6</property>
                <layout>
                  <property name="column">0</property>
                  <property name="row">4</property>
                </layout>
              </object>
            </child>
            <child>
              <object class="GtkComboBoxText" id="username_combo">
                <property name="has_entry">True</property>
                <property name="entry_text_column">0</property>
                <property name="id_column">1</property>
                <property name="margin_top">6</property>
                <layout>
                  <property name="column">1</property>
                  <property name="row">4</property>
                </layout>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="username_explanation">
                <property name="yalign">0</property>
                <property name="xalign">0</property>
                <property name="width-chars">35</property>
                <property name="max-width-chars">35</property>
                <property name="height-request">50</property>
                <property name="wrap">True</property>
                <property name="wrap_mode">word-char</property>
                <layout>
                  <property name="column">1</property>
                  <property name="row">5</property>
                </layout>
                <style>
                  <class name="dim-label"/>
                </style>
                <attributes>
                  <attribute name="scale" value="0.8"/>
                </attributes>
              </object>
            </child>
            <child>
              <object class="GtkBox" id="enable_parental_controls_box">
                <property name="orientation">vertical</property>
                <layout>
                  <property name="column">1</property>
                  <property name="row">6</property>
                </layout>
                <child>
                  <object class="GtkCheckButton" id="enable_parental_controls_check_button">
                    <property name="label" translatable="yes">Set up _parental controls for this user</property>
                    <property name="use-underline">True</property>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel">
                    <property name="label" translatable="yes">For use by a parent or supervisor, who must set up their own password.</property>
                    <property name="yalign">0</property>
                    <property name="xalign">0</property>
                    <property name="margin-start">24</property>
                    <style>
                      <class name="dim-label"/>
                    </style>
                    <attributes>
                      <attribute name="scale" value="0.8"/>
                    </attributes>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>