Commit 62389687 authored by Tobias Bernard's avatar Tobias Bernard

content: add back workspaces slide

parent 17ffa1a2
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -48,14 +48,14 @@ window .titlebar button {
.page:nth-child(3) { } /* customize */
/* .page:nth-child(4) { background: linear-gradient(to right, #e66100, #c64600); } workspaces */
.page:nth-child(4) { /* up down */
.page:nth-child(5) { /* up down */
background: url('/org/gnome/Tour/hand-fg.svg'),
url('/org/gnome/Tour/updown-bg.svg');
background-repeat: no-repeat;
background-position: center 30%;
animation: up-and-down 2s ease-in-out infinite alternate;
}
.page:nth-child(5) { /* left right */
.page:nth-child(6) { /* left right */
background: url('/org/gnome/Tour/hand-fg.svg'),
url('/org/gnome/Tour/leftright-bg.svg');
background-repeat: no-repeat;
......
......@@ -67,6 +67,16 @@ impl Window {
self.paginator.borrow_mut().add_page(
ImagePageWidget::new(
"/org/gnome/Tour/workspaces.svg",
gettext("Keep on Top with Workspaces"),
gettext("Easily organize windows with the new workspaces view."),
)
.widget
.upcast::<gtk::Widget>(),
);
self.paginator.borrow_mut().add_page(
ImagePageWidget::new(
"/org/gnome/Tour/blank.svg",
gettext("Up/Down for the Overview"),
gettext("On a touchpad, use three-finger vertical swipes. Try it!"),
......@@ -91,7 +101,7 @@ impl Window {
"/org/gnome/Tour/ready-to-go.svg",
// Translators: The following string is formatted as "We hope that you enjoy GNOME 40"
i18n_f(
"That's it! We hope that you enjoy {} {}.",
"That's it. Have a nice day!",
&[&name, &version],
),
gettext("To get more advice and tips, see the Help app."),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment