summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/summary/gis-summary-page.ui
blob: b6dd30056b02d24bb26a696842d21ae3a884b4b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="GisSummaryPage" parent="GisPage">
    <child>
      <object class="AdwStatusPage" id="status_page">
        <property name="paintable">resource:///org/gnome/initial-setup/ready-to-go.svg</property>
        <property name="title" translatable="yes">All done!</property>

        <child>
          <object class="GtkButton" id="start_button">
            <property name="use_underline">True</property>
            <property name="halign">center</property>
            <style>
              <class name="suggested-action"/>
              <class name="pill"/>
            </style>
          </object>
        </child>

      </object>
    </child>
  </template>
</interface>