summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/software/gis-software-page.ui
blob: 838c24df653d4ae42383711e7daa74f620cf2c21 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="GisSoftwarePage" parent="GisPage">
    <child>
      <object class="AdwPreferencesPage">
        <child>
          <object class="AdwPreferencesGroup">
            <child>
              <object class="GisPageHeader" id="header">
                <property name="margin_top">24</property>
                <property name="title" translatable="yes">Third-Party Repositories</property>
                <property name="icon_name">gis-software-symbolic</property>
                <property name="show_icon" bind-source="GisSoftwarePage" bind-property="small-screen" bind-flags="invert-boolean|sync-create"/>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="AdwPreferencesGroup">
            <child>
              <object class="GtkButton" id="enable_disable_button">
                <property name="halign">center</property>
                <property name="margin-top">36</property>
                <property name="margin-bottom">36</property>
                <property name="margin-start">36</property>
                <property name="margin-end">36</property>
                <property name="use-underline">True</property>
                <property name="visible">True</property>
                <signal name="clicked" handler="enable_disable_button_clicked_cb"/>
                <style>
                  <class name="suggested-action" />
                  <class name="pill" />
                </style>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>