diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:36:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:36:24 +0000 |
commit | 9b6d8e63db85c30007b463e91f91a791969fa83f (patch) | |
tree | 0899af51d73c1bf986f73ae39a03c4436083018a /panels/location/cc-location-panel.ui | |
parent | Initial commit. (diff) | |
download | gnome-control-center-9b6d8e63db85c30007b463e91f91a791969fa83f.tar.xz gnome-control-center-9b6d8e63db85c30007b463e91f91a791969fa83f.zip |
Adding upstream version 1:3.38.4.upstream/1%3.38.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'panels/location/cc-location-panel.ui')
-rw-r--r-- | panels/location/cc-location-panel.ui | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/panels/location/cc-location-panel.ui b/panels/location/cc-location-panel.ui new file mode 100644 index 0000000..9bceb9c --- /dev/null +++ b/panels/location/cc-location-panel.ui @@ -0,0 +1,137 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.1 --> +<interface> + <requires lib="gtk+" version="3.14"/> + <template class="CcLocationPanel" parent="CcPanel"> + <property name="visible">True</property> + <child> + <object class="GtkStack" id="stack"> + <property name="visible">true</property> + <child> + <object class="GtkBox"> + <property name="visible">true</property> + <property name="orientation">vertical</property> + <property name="valign">center</property> + <child> + <object class="GtkImage"> + <property name="visible">true</property> + <property name="valign">start</property> + <property name="pixel-size">96</property> + <property name="icon-name">location-services-disabled-symbolic</property> + <style> + <class name="dim-label"/> + </style> + </object> + </child> + <child> + <object class="GtkLabel"> + <property name="visible">true</property> + <property name="margin-top">20</property> + <property name="margin-bottom">15</property> + <property name="label" translatable="yes">Location services turned off</property> + <attributes> + <attribute name="scale" value="1.44"/> + </attributes> + </object> + </child> + <child> + <object class="GtkLabel"> + <property name="visible">true</property> + <property name="label" translatable="yes">No applications can obtain location information.</property> + <style> + <class name="dim-label"/> + </style> + </object> + </child> + </object> + <packing> + <property name="name">empty</property> + </packing> + </child> + <child> + <object class="GtkScrolledWindow"> + <property name="visible">true</property> + <property name="hscrollbar-policy">never</property> + <child> + <object class="HdyClamp"> + <property name="visible">True</property> + <property name="margin_top">32</property> + <property name="margin_bottom">32</property> + <property name="margin_start">12</property> + <property name="margin_end">12</property> + + <child> + <object class="GtkBox"> + <property name="visible">true</property> + <property name="orientation">vertical</property> + <property name="hexpand">1</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="location_description_label"> + <property name="visible">true</property> + <property name="label" translatable="yes">Location services allow applications to know your location. Using Wi-Fi and mobile broadband increases accuracy.</property> + <property name="wrap">1</property> + <property name="max-width-chars">50</property> + <property name="xalign">0</property> + </object> + </child> + <child> + <object class="GtkLabel" id="location_privacy_policy_label"> + <property name="visible">true</property> + <property name="label" translatable="yes">Uses Mozilla Location Service: <a href='https://location.services.mozilla.com/privacy'>Privacy Policy</a></property> + <property name="use-markup">1</property> + <property name="wrap">1</property> + <property name="max-width-chars">50</property> + <property name="xalign">0</property> + </object> + </child> + <child> + <object class="GtkLabel" id="location_apps_label"> + <property name="visible">true</property> + <property name="halign">start</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Allow the applications below to determine your location.</property> + </object> + <packing> + <property name="position">2</property> + </packing> + </child> + <child> + <object class="GtkListBox" id="location_apps_list_box"> + <property name="visible">true</property> + <property name="can-focus">true</property> + <property name="selection-mode">none</property> + <style> + <class name="view"/> + <class name="frame"/> + </style> + + <child type="placeholder"> + <object class="GtkLabel"> + <property name="visible">true</property> + <property name="margin">18</property> + <property name="label" translatable="yes">No Applications Have Asked for Location Access</property> + <property name="wrap">true</property> + <property name="max-width-chars">50</property> + <style> + <class name="dim-label" /> + </style> + </object> + </child> + + </object> + </child> + </object> + </child> + + </object> + </child> + </object> + <packing> + <property name="name">content</property> + </packing> + </child> + </object> + </child> + </template> +</interface> |