1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.18.1 -->
3<interface>
4  <requires lib="gtk+" version="3.14"/>
5  <template class="CcLocationPanel" parent="CcPanel">
6    <property name="visible">True</property>
7    <child>
8      <object class="GtkStack" id="stack">
9        <property name="visible">true</property>
10        <child>
11          <object class="GtkBox">
12            <property name="visible">true</property>
13            <property name="orientation">vertical</property>
14            <property name="valign">center</property>
15            <child>
16              <object class="GtkImage">
17                <property name="visible">true</property>
18                <property name="valign">start</property>
19                <property name="pixel-size">96</property>
20                <property name="icon-name">location-services-disabled-symbolic</property>
21                <style>
22                  <class name="dim-label"/>
23                </style>
24              </object>
25            </child>
26            <child>
27              <object class="GtkLabel">
28                <property name="visible">true</property>
29                <property name="margin-top">20</property>
30                <property name="margin-bottom">15</property>
31                <property name="label" translatable="yes">Location services turned off</property>
32                <attributes>
33                  <attribute name="scale" value="1.44"/>
34                </attributes>
35              </object>
36            </child>
37            <child>
38              <object class="GtkLabel">
39                <property name="visible">true</property>
40                <property name="label" translatable="yes">No applications can obtain location information.</property>
41                <style>
42                  <class name="dim-label"/>
43                </style>
44              </object>
45            </child>
46          </object>
47          <packing>
48            <property name="name">empty</property>
49          </packing>
50        </child>
51        <child>
52          <object class="GtkScrolledWindow">
53            <property name="visible">true</property>
54            <property name="hscrollbar-policy">never</property>
55            <child>
56              <object class="HdyClamp">
57                <property name="visible">True</property>
58                <property name="margin_top">32</property>
59                <property name="margin_bottom">32</property>
60                <property name="margin_start">12</property>
61                <property name="margin_end">12</property>
62
63                <child>
64                  <object class="GtkBox">
65                    <property name="visible">true</property>
66                    <property name="orientation">vertical</property>
67                    <property name="hexpand">1</property>
68                    <property name="spacing">12</property>
69                    <child>
70                      <object class="GtkLabel" id="location_description_label">
71                        <property name="visible">true</property>
72                        <property name="label" translatable="yes">Location services allow applications to know your location. Using Wi-Fi and mobile broadband increases accuracy.</property>
73                        <property name="wrap">1</property>
74                        <property name="max-width-chars">50</property>
75                        <property name="xalign">0</property>
76                      </object>
77                    </child>
78                    <child>
79                      <object class="GtkLabel" id="location_privacy_policy_label">
80                        <property name="visible">true</property>
81                        <property name="label" translatable="yes">Uses Mozilla Location Service: &lt;a href=&apos;https://location.services.mozilla.com/privacy&apos;&gt;Privacy Policy&lt;/a&gt;</property>
82                        <property name="use-markup">1</property>
83                        <property name="wrap">1</property>
84                        <property name="max-width-chars">50</property>
85                        <property name="xalign">0</property>
86                      </object>
87                    </child>
88                    <child>
89                      <object class="GtkLabel" id="location_apps_label">
90                        <property name="visible">true</property>
91                        <property name="halign">start</property>
92                        <property name="xalign">0</property>
93                        <property name="wrap">1</property>
94                        <property name="label" translatable="yes">Allow the applications below to determine your location.</property>
95                      </object>
96                      <packing>
97                        <property name="position">2</property>
98                      </packing>
99                    </child>
100                    <child>
101                      <object class="GtkListBox" id="location_apps_list_box">
102                        <property name="visible">true</property>
103                        <property name="can-focus">true</property>
104                        <property name="selection-mode">none</property>
105                        <style>
106                          <class name="view"/>
107                          <class name="frame"/>
108                        </style>
109
110                        <child type="placeholder">
111                          <object class="GtkLabel">
112                            <property name="visible">true</property>
113                            <property name="margin">18</property>
114                            <property name="label" translatable="yes">No Applications Have Asked for Location Access</property>
115                            <property name="wrap">true</property>
116                            <property name="max-width-chars">50</property>
117                            <style>
118                              <class name="dim-label" />
119                            </style>
120                          </object>
121                        </child>
122
123                      </object>
124                    </child>
125                  </object>
126                </child>
127
128              </object>
129            </child>
130          </object>
131          <packing>
132            <property name="name">content</property>
133          </packing>
134        </child>
135      </object>
136    </child>
137  </template>
138</interface>
139