summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/parental-controls/gis-parental-controls-page.ui
blob: 5efdbd16c7e8eeafeaf9d3d20fbfda9da3696b06 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <template class="GisParentalControlsPage" parent="GisPage">
    <child>
      <object class="AdwPreferencesPage">

        <child>
          <object class="AdwPreferencesGroup">
            <child>
              <object class="GisPageHeader" id="header">
                <property name="margin-top">24</property>
                <!-- title and subtitle are set in code, so are not set here -->
                <property name="icon-name">dialog-password-symbolic</property>
                <property name="show-icon" bind-source="GisParentalControlsPage" bind-property="small-screen" bind-flags="invert-boolean|sync-create"/>
              </object>
            </child>
          </object>
        </child>

        <child>
          <object class="AdwPreferencesGroup">
            <child>
              <object class="MctUserControls" id="user_controls" />
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>