summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/welcome/gis-welcome-page.ui
blob: 555dbb411a1cc3b9e129173e9737b4852b9561b3 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0"?>
<interface>
  <template class="GisWelcomePage" parent="GisPage">
    <property name="title" translatable="yes">Setup</property>
    <property name="margin-top">0</property>
    <property name="margin-bottom">0</property>
    <property name="margin-start">0</property>
    <property name="margin-end">0</property>
    <property name="has-forward">1</property>
    <child>
      <object class="GtkBox" id="box">
        <property name="orientation">vertical</property>
        <property name="halign">fill</property>
        <property name="valign">fill</property>
        <child>
          <object class="GtkPicture" id="header">
            <property name="valign">start</property>
            <property name="vexpand">True</property>
            <property name="file">resource:///org/gnome/initial-setup/initial-setup-welcome.svg</property>
          </object>
        </child>
        <child>
          <object class="GtkBox">
            <property name="orientation">vertical</property>
            <property name="vexpand">1</property>
            <property name="halign">center</property>
            <property name="spacing">20</property>
            <child>
              <object class="GtkLabel" id="title">
                 <!-- This is set to a translated string at runtime -->
                 <property name="label">Welcome to the latest GNOME!</property>
                 <style>
                   <class name="title-1"/>
                 </style>
              </object>
            </child>
            <child>
              <object class="GtkLabel">
                 <property name="label" translatable="yes">Setup will guide you through making an account and enabling some features. We’ll have you up and running in no time.</property>
                 <property name="wrap">1</property>
                 <property name="width-chars">35</property>
                 <property name="max-width-chars">35</property>
                 <property name="justify">center</property>
              </object>
            </child>
            <child>
              <object class="GtkButton">
                 <property name="halign">center</property>
                 <property name="label" translatable="yes">_Start Setup</property>
                 <property name="use-underline">1</property>
                 <signal name="clicked" handler="start_setup"/>
                 <style>
                   <class name="suggested-action"/>
                   <class name="pill"/>
                 </style>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>