2016-06-06 14:13:54 -03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.20"/>
|
2021-10-19 20:59:49 -03:00
|
|
|
<template class="CcPanelList" parent="AdwBin">
|
|
|
|
|
2016-06-06 14:13:54 -03:00
|
|
|
<child>
|
2021-10-19 20:59:49 -03:00
|
|
|
<object class="GtkStack" id="stack">
|
|
|
|
<property name="vhomogeneous">False</property>
|
|
|
|
<property name="hhomogeneous">True</property>
|
|
|
|
<property name="transition_type">slide-left-right</property>
|
|
|
|
|
2018-12-11 14:15:48 -05:00
|
|
|
<child>
|
2021-10-19 20:59:49 -03:00
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">main</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkListBox" id="main_listbox">
|
2022-06-17 10:00:49 +02:00
|
|
|
<accessibility>
|
|
|
|
<property name="label" translatable="yes">Settings categories</property>
|
|
|
|
</accessibility>
|
2021-10-19 20:59:49 -03:00
|
|
|
<signal name="row-activated" handler="row_activated_cb" object="CcPanelList" swapped="no" />
|
|
|
|
<style>
|
|
|
|
<class name="navigation-sidebar" />
|
|
|
|
</style>
|
2018-12-11 14:15:48 -05:00
|
|
|
<child>
|
2021-10-19 20:59:49 -03:00
|
|
|
<object class="GtkListBoxRow" id="privacy_row">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2021-12-17 13:32:03 -08:00
|
|
|
<property name="margin-start">6</property>
|
|
|
|
<property name="margin-end">6</property>
|
2021-10-19 20:59:49 -03:00
|
|
|
<property name="margin-top">12</property>
|
|
|
|
<property name="margin-bottom">12</property>
|
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="icon_name">preferences-system-privacy-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="label" translatable="yes">Privacy</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="icon_name">go-next-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-12-11 14:15:48 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2021-10-19 20:59:49 -03:00
|
|
|
</property>
|
2018-12-11 14:15:48 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-03-29 20:02:22 -03:00
|
|
|
|
2021-10-19 20:59:49 -03:00
|
|
|
<child>
|
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">privacy</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkListBox" id="privacy_listbox">
|
|
|
|
<signal name="row-activated" handler="row_activated_cb" object="CcPanelList" swapped="no" />
|
2019-03-29 20:02:22 -03:00
|
|
|
<style>
|
2021-10-19 20:59:49 -03:00
|
|
|
<class name="navigation-sidebar" />
|
2019-03-29 20:02:22 -03:00
|
|
|
</style>
|
|
|
|
</object>
|
2021-10-19 20:59:49 -03:00
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">search</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkListBox" id="search_listbox">
|
|
|
|
<signal name="row-activated" handler="search_row_activated_cb" object="CcPanelList" swapped="no" />
|
2019-03-29 20:02:22 -03:00
|
|
|
<style>
|
2021-10-19 20:59:49 -03:00
|
|
|
<class name="navigation-sidebar" />
|
2019-03-29 20:02:22 -03:00
|
|
|
</style>
|
2021-10-19 20:59:49 -03:00
|
|
|
|
|
|
|
<!-- Placeholder -->
|
|
|
|
<child type="placeholder">
|
|
|
|
<object class="GtkBox" id="empty_search_placeholder">
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<property name="margin-start">18</property>
|
|
|
|
<property name="margin-end">18</property>
|
|
|
|
<property name="margin-top">18</property>
|
|
|
|
<property name="margin-bottom">18</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="pixel_size">64</property>
|
|
|
|
<property name="icon_name">edit-find-symbolic</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">No results found</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
<attribute name="scale" value="1.44"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Try a different search</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-03-29 20:02:22 -03:00
|
|
|
</object>
|
2021-10-19 20:59:49 -03:00
|
|
|
</property>
|
2019-03-29 20:02:22 -03:00
|
|
|
</object>
|
|
|
|
</child>
|
2021-10-19 20:59:49 -03:00
|
|
|
|
2016-06-06 14:13:54 -03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|