[gnome-tour/wip/jimmac/gnome41: 1/2] title: same style as other pages
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tour/wip/jimmac/gnome41: 1/2] title: same style as other pages
- Date: Thu, 5 Aug 2021 17:19:33 +0000 (UTC)
commit 0303455761135fbf4d26b392438879c5cfacf64c
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Aug 5 19:18:53 2021 +0200
title: same style as other pages
Fixes https://gitlab.gnome.org/GNOME/gnome-tour/-/issues/42
src/widgets/pages/welcome.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/widgets/pages/welcome.rs b/src/widgets/pages/welcome.rs
index f7facc2..0c6d707 100644
--- a/src/widgets/pages/welcome.rs
+++ b/src/widgets/pages/welcome.rs
@@ -150,7 +150,7 @@ impl WelcomePageWidget {
let title = gtk::Label::new(Some(&gettext("Start the Tour")));
title.set_margin_top(36);
- title.get_style_context().add_class("large-title");
+ title.get_style_context().add_class("page-title");
title.show();
container.add(&title);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]