summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/welcome/gis-welcome-page.ui
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-initial-setup/pages/welcome/gis-welcome-page.ui')
-rw-r--r--gnome-initial-setup/pages/welcome/gis-welcome-page.ui63
1 files changed, 63 insertions, 0 deletions
diff --git a/gnome-initial-setup/pages/welcome/gis-welcome-page.ui b/gnome-initial-setup/pages/welcome/gis-welcome-page.ui
new file mode 100644
index 0000000..555dbb4
--- /dev/null
+++ b/gnome-initial-setup/pages/welcome/gis-welcome-page.ui
@@ -0,0 +1,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>