summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/privacy/gis-privacy-page.ui
blob: 1afde98e53d92fa9f8e557f57817c748f1aaf2b4 (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
<?xml version="1.0"?>
<interface>
  <requires lib="gtk+" version="3.0"/>
  <template class="GisPrivacyPage" parent="GisPage">
    <property name="visible">True</property>
    <child>
      <object class="GtkBox" id="box">
        <property name="visible">True</property>
        <property name="halign">center</property>
        <property name="valign">fill</property>
        <property name="orientation">vertical</property>
        <child>
          <object class="GisPageHeader" id="header">
            <property name="visible">True</property>
            <property name="margin_top">24</property>
            <property name="title" translatable="yes">Privacy</property>
            <property name="icon_name">preferences-system-privacy-symbolic</property>
            <property name="show_icon" bind-source="GisPrivacyPage" bind-property="small-screen" bind-flags="invert-boolean|sync-create"/>
          </object>
        </child>
        <child>
          <object class="GtkBox">
            <property name="visible">True</property>
            <property name="margin-top">40</property>
            <property name="orientation">horizontal</property>
            <property name="homogeneous">True</property>
            <child>
              <object class="GtkLabel">
                <property name="visible">True</property>
                <property name="halign">start</property>
                <property name="label" translatable="yes">Location Services</property>
                <attributes>
                  <attribute name="weight" value="bold"/>
                </attributes>
              </object>
            </child>
            <child>
              <object class="GtkSwitch" id="location_switch">
                <property name="halign">end</property>
                <property name="visible">True</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkLabel">
            <property name="visible">True</property>
            <property name="margin-top">10</property>
            <property name="xalign">0</property>
            <property name="max-width-chars">50</property>
            <property name="wrap">True</property>
            <property name="label" translatable="yes">Allows applications to determine your geographical location. An indication is shown when location services are in use.</property>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="mozilla_privacy_policy_label">
            <property name="visible">True</property>
            <property name="margin-top">10</property>
            <property name="xalign">0</property>
            <property name="halign">start</property>
            <property name="use-markup">True</property>
            <signal name="activate-link" handler="activate_link"/>
          </object>
        </child>
        <child>
          <object class="GtkBox" id="reporting_row">
            <property name="margin-top">20</property>
            <property name="orientation">horizontal</property>
            <property name="homogeneous">True</property>
            <child>
              <object class="GtkLabel">
                <property name="visible">True</property>
                <property name="halign">start</property>
                <property name="label" translatable="yes">Automatic Problem Reporting</property>
                <attributes>
                  <attribute name="weight" value="bold"/>
                </attributes>
              </object>
            </child>
            <child>
              <object class="GtkSwitch" id="reporting_switch">
                <property name="visible">True</property>
                <property name="halign">end</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="reporting_label">
            <property name="margin-top">10</property>
            <property name="xalign">0</property>
            <property name="max-width-chars">50</property>
            <property name="wrap">True</property>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="distro_privacy_policy_label">
            <property name="visible">True</property>
            <property name="margin-top">10</property>
            <property name="xalign">0</property>
            <property name="halign">start</property>
            <property name="use-markup">True</property>
            <signal name="activate-link" handler="activate_link"/>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="footer_label">
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <property name="label" translatable="yes">Privacy controls can be changed at any time from the Settings application.</property>
            <property name="justify">center</property>
            <property name="wrap">True</property>
            <property name="margin_bottom">18</property>
            <style>
              <class name="dim-label"/>
            </style>
          </object>
          <packing>
            <property name="expand">False</property>
            <property name="fill">True</property>
            <property name="pack_type">end</property>
            <property name="position">4</property>
          </packing>
        </child>
      </object>
    </child>
  </template>
</interface>